Skip to content

Commit dd1eac5

Browse files
authored
skip test on cp38-win_amd64
1 parent 1f25dab commit dd1eac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
CIBW_TEST_COMMAND: python -c "import pyFAI.test, sys; sys.exit(pyFAI.test.run_tests())"
126126
# Skip tests for emulated architectures
127127
# and Python3.8 on macos/arm64 (https://github.com/pypa/cibuildwheel/pull/1169)
128-
CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le,s390x} cp38-macosx_arm64"
128+
CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le,s390x} cp38-macosx_arm64 cp38-win_amd64"
129129
WITH_QT_TEST: "False" # skip GUI tests
130130
PYFAI_OPENCL: "False" # skip GPU tests
131131
PYFAI_LOW_MEM: "True" # skip all tests >100Mb

0 commit comments

Comments
 (0)