From 672839e9ce82906d717b0a171895710326c8550b Mon Sep 17 00:00:00 2001 From: Maciej Urbanski Date: Sat, 1 Jun 2024 14:43:54 +0200 Subject: [PATCH] explicitly install pytest in E2E tests --- .github/workflows/e2e-subtensor-tests.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/e2e-subtensor-tests.yaml b/.github/workflows/e2e-subtensor-tests.yaml index 896d2142f9..bea776f620 100644 --- a/.github/workflows/e2e-subtensor-tests.yaml +++ b/.github/workflows/e2e-subtensor-tests.yaml @@ -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