Skip to content

Commit 3784610

Browse files
Merge pull request #450 from opentensor/feat/use-staging-e2e-tests
chore: use staging branch e2e tests
2 parents 2e073f8 + ee625c4 commit 3784610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-bittensor-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Setup bittensor repo
7373
working-directory: ${{ github.workspace }}/bittensor
7474
run: |
75-
git checkout tests/e2e-tests-staging
75+
git checkout staging
7676
python3 -m pip install -e .
7777
python3 -m pip install torch
7878

0 commit comments

Comments
 (0)