We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba54fe commit 3d0659eCopy full SHA for 3d0659e
.github/workflows/e2e-bittensor-tests.yml
@@ -70,6 +70,7 @@ jobs:
70
python3 -m pip install -e .
71
python3 -m pip install torch
72
python3 -m pip install pytest
73
+ python3 -m pip install -r requirements/dev.txt
74
75
- name: Run tests
76
working-directory: ${{ github.workspace }}/bittensor
0 commit comments