We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a144786 commit 99ff07fCopy full SHA for 99ff07f
.github/workflows/release-artifacts.yml
@@ -153,7 +153,8 @@ jobs:
153
env:
154
# Skip testing for platforms which various libraries don't have wheels
155
# for, and so need extra build deps.
156
- CIBW_TEST_SKIP: pp3*-* *i686* *musl*
+ # TEMP: skip testing macos
157
+ CIBW_TEST_SKIP: pp3*-* *i686* *musl* *macos*
158
# Fix Rust OOM errors on emulated aarch64: https://github.com/rust-lang/cargo/issues/10583
159
CARGO_NET_GIT_FETCH_WITH_CLI: true
160
CIBW_ENVIRONMENT_PASS_LINUX: CARGO_NET_GIT_FETCH_WITH_CLI
0 commit comments