Skip to content

Commit 99ff07f

Browse files
committed
TEMP: skip testing macOS
1 parent a144786 commit 99ff07f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/release-artifacts.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ jobs:
153153
env:
154154
# Skip testing for platforms which various libraries don't have wheels
155155
# for, and so need extra build deps.
156-
CIBW_TEST_SKIP: pp3*-* *i686* *musl*
156+
# TEMP: skip testing macos
157+
CIBW_TEST_SKIP: pp3*-* *i686* *musl* *macos*
157158
# Fix Rust OOM errors on emulated aarch64: https://github.com/rust-lang/cargo/issues/10583
158159
CARGO_NET_GIT_FETCH_WITH_CLI: true
159160
CIBW_ENVIRONMENT_PASS_LINUX: CARGO_NET_GIT_FETCH_WITH_CLI

0 commit comments

Comments
 (0)