Skip to content

Commit

Permalink
Merge pull request #450 from opentensor/feat/use-staging-e2e-tests
Browse files Browse the repository at this point in the history
chore: use staging branch e2e tests
  • Loading branch information
distributedstatemachine committed May 22, 2024
2 parents 2e073f8 + ee625c4 commit 3784610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-bittensor-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Setup bittensor repo
working-directory: ${{ github.workspace }}/bittensor
run: |
git checkout tests/e2e-tests-staging
git checkout staging
python3 -m pip install -e .
python3 -m pip install torch
Expand Down

0 comments on commit 3784610

Please sign in to comment.