@@ -177,13 +177,13 @@ jobs:
177177 git fetch origin ${{ github.event.pull_request.head.ref }}
178178 git checkout ${{ github.event.pull_request.head.ref }}
179179 echo "Current branch: $(git rev-parse --abbrev-ref HEAD)"
180-
181- - name : Install async-substrate-interface package
182- working-directory : ${{ github.workspace }}
183- run : |
184- source ${{ github.workspace }}/venv/bin/activate
185- python3 -m pip uninstall async-substrate-interface -y
186- python3 -m pip install .
180+ #
181+ # - name: Install async-substrate-interface package
182+ # working-directory: ${{ github.workspace }}
183+ # run: |
184+ # source ${{ github.workspace }}/venv/bin/activate
185+ # python3 -m pip uninstall async-substrate-interface -y
186+ # python3 -m pip install .
187187
188188 - name : Download Cached Docker Image
189189 uses : actions/download-artifact@v4
@@ -241,11 +241,11 @@ jobs:
241241 git checkout ${{ github.event.pull_request.head.ref }}
242242 echo "Current branch: $(git rev-parse --abbrev-ref HEAD)"
243243
244- - name : Install async-substrate-interface package
245- run : |
246- source ${{ github.workspace }}/venv/bin/activate
247- python3 -m pip uninstall async-substrate-interface -y
248- python3 -m pip install .
244+ # - name: Install async-substrate-interface package
245+ # run: |
246+ # source ${{ github.workspace }}/venv/bin/activate
247+ # python3 -m pip uninstall async-substrate-interface -y
248+ # python3 -m pip install .
249249
250250 - name : Run SDK integration tests
251251 run : |
0 commit comments