Skip to content

Commit

Permalink
Install torch in build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
asgerius committed Feb 5, 2024
1 parent b78b741 commit 6ba6559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
CIBW_ARCHS_MACOS: auto64
CIBW_ARCHS_WINDOWS: auto64
CIBW_BEFORE_BUILD: git submodule update --init --recursive
CIBW_BEFORE_TEST: pip install -e .[dev]
CIBW_BEFORE_TEST: pip install -e .[dev] && pip install torch --index-url https://download.pytorch.org/whl/cpu
CIBW_TEST_COMMAND_WINDOWS: pytest {project}/tests
CIBW_TEST_COMMAND_MACOS: pytest {project}/tests
CIBW_TEST_COMMAND_LINUX: timeout 150s pytest {project}/tests || true
Expand Down

0 comments on commit 6ba6559

Please sign in to comment.