We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f25dab commit dd1eac5Copy full SHA for dd1eac5
.github/workflows/release.yml
@@ -125,7 +125,7 @@ jobs:
125
CIBW_TEST_COMMAND: python -c "import pyFAI.test, sys; sys.exit(pyFAI.test.run_tests())"
126
# Skip tests for emulated architectures
127
# and Python3.8 on macos/arm64 (https://github.com/pypa/cibuildwheel/pull/1169)
128
- CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le,s390x} cp38-macosx_arm64"
+ CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le,s390x} cp38-macosx_arm64 cp38-win_amd64"
129
WITH_QT_TEST: "False" # skip GUI tests
130
PYFAI_OPENCL: "False" # skip GPU tests
131
PYFAI_LOW_MEM: "True" # skip all tests >100Mb
0 commit comments