We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99aab1b commit 8841166Copy full SHA for 8841166
.github/workflows/e2e-subtensor-tests.yaml
@@ -94,4 +94,6 @@ jobs:
94
95
- name: Run tests
96
run: |
97
+ pip install -e .[dev]
98
+ pip install pytest
99
pytest ${{ matrix.test-file }} -s
0 commit comments