File tree Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -179,11 +179,12 @@ jobs:
179
179
git checkout ${{ github.event.pull_request.head.ref }}
180
180
echo "Current branch: $(git rev-parse --abbrev-ref HEAD)"
181
181
182
- # - name: Install async-substrate-interface package
183
- # run: |
184
- # source ${{ github.workspace }}/venv/bin/activate
185
- # python3 -m pip uninstall async-substrate-interface -y
186
- # python3 -m pip install .
182
+ - name : Install async-substrate-interface package
183
+ working-directory : ${{ github.workspace }}/async-substrate-interface
184
+ run : |
185
+ source ${{ github.workspace }}/venv/bin/activate
186
+ python3 -m pip uninstall async-substrate-interface -y
187
+ python3 -m pip install .
187
188
188
189
- name : Download Cached Docker Image
189
190
uses : actions/download-artifact@v4
@@ -241,6 +242,7 @@ jobs:
241
242
echo "Current branch: $(git rev-parse --abbrev-ref HEAD)"
242
243
243
244
- name : Install /async-substrate-interface package
245
+ working-directory : ${{ github.workspace }}/async-substrate-interface
244
246
run : |
245
247
source ${{ github.workspace }}/venv/bin/activate
246
248
pip uninstall async-substrate-interface -y
Original file line number Diff line number Diff line change @@ -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 }}/async-substrate-interface
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
You can’t perform that action at this time.
0 commit comments