Skip to content

Commit

Permalink
skip all tests under windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kif authored May 14, 2024
1 parent dd1eac5 commit f3e0431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
CIBW_TEST_COMMAND: python -c "import pyFAI.test, sys; sys.exit(pyFAI.test.run_tests())"
# Skip tests for emulated architectures
# and Python3.8 on macos/arm64 (https://github.com/pypa/cibuildwheel/pull/1169)
CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le,s390x} cp38-macosx_arm64 cp38-win_amd64"
CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le,s390x} cp38-macosx_arm64 cp3*-win_amd64"
WITH_QT_TEST: "False" # skip GUI tests
PYFAI_OPENCL: "False" # skip GPU tests
PYFAI_LOW_MEM: "True" # skip all tests >100Mb
Expand Down

0 comments on commit f3e0431

Please sign in to comment.