Skip to content

Commit

Permalink
explicitly install pytest in E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Jun 1, 2024
1 parent 48fdee7 commit 672839e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/e2e-subtensor-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,5 @@ jobs:

- name: Run tests
run: |
python3 -m pip install -e .
python3 -m pip install torch
python3 -m pip install -e .[torch] pytest
LOCALNET_SH_PATH="./subtensor/scripts/localnet.sh" pytest tests/e2e_tests/ -s

0 comments on commit 672839e

Please sign in to comment.