Skip to content

Commit

Permalink
Disable torch tests due to broken dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kyamagu committed Oct 8, 2024
1 parent 5414114 commit 8ad10b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ jobs:
CIBW_BEFORE_ALL: bash scripts/build_${{ runner.os }}.sh
CIBW_BEFORE_TEST_LINUX: pip install torch --index-url https://download.pytorch.org/whl/cpu
CIBW_TEST_COMMAND: >
env -u FAISS_OPT_LEVEL pytest {project}/faiss/tests &&
env -u FAISS_OPT_LEVEL pytest -s {project}/faiss/tests/torch_test*.py
env -u FAISS_OPT_LEVEL pytest {project}/faiss/tests
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 8ad10b8

Please sign in to comment.