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 098484f commit a13fed2Copy full SHA for a13fed2
.github/workflows/e2e-subtensor-tests.yaml
@@ -90,7 +90,7 @@ jobs:
90
91
- name: Setup subtensor repo
92
working-directory: ${{ github.workspace }}/subtensor
93
- run: git checkout main
+ run: git checkout devnet-ready
94
95
- name: Run tests
96
run: |
0 commit comments