We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3007f67 commit 336af8eCopy full SHA for 336af8e
.github/workflows/e2e-subtensor-tests.yaml
@@ -137,10 +137,10 @@ jobs:
137
- name: Run tests
138
run: |
139
ls -lash ${{ github.workspace }}/subtensor/nodes
140
- LOCALNET_SH_PATH="${{ github.workspace }}/subtensor/scripts/localnet.sh" pytest ${{ matrix.test-file }} -s
+ LOCALNET_SH_PATH="${{ github.workspace }}/subtensor/scripts/localnet.sh" uv run pytest ${{ matrix.test-file }} -s
141
142
- name: Retry failed tests
143
if: failure()
144
145
sleep 10
146
btwa_testing.py
0 commit comments