File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -168,10 +168,11 @@ jobs:
168
168
git checkout staging
169
169
git fetch origin staging
170
170
uv run --active pip install --upgrade pip
171
+ uv run --active pip install '.[dev]'
171
172
uv run --active pip install pytest
172
173
173
174
- name : Install uv dependencies
174
- working-directory : ${{ github.workspace }}
175
+ working-directory : ${{ github.workspace }}/btcli
175
176
run : uv sync --all-extras --dev
176
177
177
178
- name : Download Cached Docker Image
@@ -183,10 +184,10 @@ jobs:
183
184
run : docker load -i subtensor-localnet.tar
184
185
185
186
- name : Run tests
186
- working-directory : ${{ github.workspace }}
187
+ working-directory : ${{ github.workspace }}/btcli
187
188
run : |
188
189
source ${{ github.workspace }}/venv/bin/activate
189
- pytest ${{ matrix.test-file }} -s
190
+ uv run pytest ${{ matrix.test-file }} -s
190
191
191
192
192
193
run-unit-test :
Original file line number Diff line number Diff line change @@ -168,9 +168,10 @@ jobs:
168
168
git fetch origin staging
169
169
uv run --active pip install --upgrade pip
170
170
uv run --active pip install '.[dev]'
171
+ uv run --active pip install pytest
171
172
172
173
- name : Install uv dependencies
173
- working-directory : ${{ github.workspace }}
174
+ working-directory : ${{ github.workspace }}/bittensor
174
175
run : uv sync --all-extras --dev
175
176
176
177
- name : Download Cached Docker Image
@@ -182,7 +183,7 @@ jobs:
182
183
run : docker load -i subtensor-localnet.tar
183
184
184
185
- name : Run tests
185
- working-directory : ${{ github.workspace }}
186
+ working-directory : ${{ github.workspace }}/bittensor
186
187
run : |
187
188
source ${{ github.workspace }}/venv/bin/activate
188
189
uv run pytest ${{ matrix.test-file }} -s
You can’t perform that action at this time.
0 commit comments