@@ -177,13 +177,13 @@ jobs:
177
177
git fetch origin ${{ github.event.pull_request.head.ref }}
178
178
git checkout ${{ github.event.pull_request.head.ref }}
179
179
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 .
187
187
188
188
- name : Download Cached Docker Image
189
189
uses : actions/download-artifact@v4
@@ -241,11 +241,11 @@ jobs:
241
241
git checkout ${{ github.event.pull_request.head.ref }}
242
242
echo "Current branch: $(git rev-parse --abbrev-ref HEAD)"
243
243
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 .
249
249
250
250
- name : Run SDK integration tests
251
251
run : |
0 commit comments