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 cdc1a5c commit f7402c5Copy full SHA for f7402c5
.github/workflows/wheels.yml
@@ -160,9 +160,7 @@ jobs:
160
CIBW_TEST_COMMAND: "pytest --pyargs suitesparse_graphblas -s -k test_print_jit_config && pytest -v --pyargs suitesparse_graphblas"
161
162
# GitHub Actions macOS Intel runner cannot run ARM tests. Uncomment to silence warning.
163
- # CIBW_TEST_SKIP: "*-macosx_arm64"
164
- # XXX: tests are failing for macos_x86_64; let's see if we can figure out what's wrong by releasing a broken package... (sorry!)
165
- CIBW_TEST_SKIP: "*-macosx_*"
+ CIBW_TEST_SKIP: "*-macosx_arm64"
166
167
run: |
168
python -m pip install --upgrade pip
0 commit comments