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 4c48ad3 commit 7bbb128Copy full SHA for 7bbb128
.github/workflows/cibuildwheels.yml
@@ -15,7 +15,8 @@ env:
15
CIBW_BUILD_VERBOSITY: 1
16
CIBW_TEST_REQUIRES: pytest psutil
17
CIBW_TEST_COMMAND: python -m pytest -m "not heavy" {project}/tests
18
- CIBW_TEST_SKIP: "*macosx*arm64*"
+ # Running the tests on the next platforms takes too much time.
19
+ CIBW_TEST_SKIP: "*macosx*x86_64* *linux*aarch64*"
20
# Building for musllinux and aarch64 takes way too much time.
21
# NumPy is adding musllinux for just x86_64 too, so this is not too bad.
22
CIBW_SKIP: "*musllinux*aarch64*"
0 commit comments