Skip to content

Commit ffa5467

Browse files
committed
fix path
1 parent 1fa38c3 commit ffa5467

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

Diff for: .github/workflows/check-btcli-tests.yml

-7
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ jobs:
180180
echo "Current branch: $(git rev-parse --abbrev-ref HEAD)"
181181
182182
- name: Install async-substrate-interface package
183-
working-directory: ${{ github.workspace }}
184183
run: |
185184
source ${{ github.workspace }}/venv/bin/activate
186185
python3 -m pip uninstall async-substrate-interface -y
@@ -195,7 +194,6 @@ jobs:
195194
run: docker load -i subtensor-localnet.tar
196195

197196
- name: Run tests
198-
working-directory: ${{ github.workspace }}
199197
run: |
200198
source ${{ github.workspace }}/venv/bin/activate
201199
pytest ${{ matrix.test-file }} -s
@@ -242,18 +240,13 @@ jobs:
242240
git checkout ${{ github.event.pull_request.head.ref }}
243241
echo "Current branch: $(git rev-parse --abbrev-ref HEAD)"
244242
245-
- name: Check-out repository
246-
uses: actions/checkout@v4
247-
248243
- name: Install async-substrate-interface package
249-
working-directory: ${{ github.workspace }}
250244
run: |
251245
source ${{ github.workspace }}/venv/bin/activate
252246
python3 -m pip uninstall async-substrate-interface -y
253247
python3 -m pip install .
254248
255249
- name: Run SDK unit tests
256-
working-directory: ${{ github.workspace }}
257250
run: |
258251
source ${{ github.workspace }}/venv/bin/activate
259252
pytest ${{ github.workspace }}/btcli/tests/unit_tests

Diff for: .github/workflows/check-sdk-tests.yml

-3
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ jobs:
194194
run: docker load -i subtensor-localnet.tar
195195

196196
- name: Run tests
197-
working-directory: ${{ github.workspace }}
198197
run: |
199198
source ${{ github.workspace }}/venv/bin/activate
200199
python3 -m pytest ${{ matrix.test-file }} -s
@@ -243,14 +242,12 @@ jobs:
243242
echo "Current branch: $(git rev-parse --abbrev-ref HEAD)"
244243
245244
- name: Install async-substrate-interface package
246-
working-directory: ${{ github.workspace }}
247245
run: |
248246
source ${{ github.workspace }}/venv/bin/activate
249247
python3 -m pip uninstall async-substrate-interface -y
250248
python3 -m pip install .
251249
252250
- name: Run SDK integration tests
253-
working-directory: ${{ github.workspace }}
254251
run: |
255252
source ${{ github.workspace }}/venv/bin/activate
256253
pytest ${{ github.workspace }}/bittensor/tests/integration_tests

0 commit comments

Comments
 (0)