Skip to content

Commit f7402c5

Browse files
authored
Enable testing macOS wheels (#101)
1 parent cdc1a5c commit f7402c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,7 @@ jobs:
160160
CIBW_TEST_COMMAND: "pytest --pyargs suitesparse_graphblas -s -k test_print_jit_config && pytest -v --pyargs suitesparse_graphblas"
161161

162162
# 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_*"
163+
CIBW_TEST_SKIP: "*-macosx_arm64"
166164

167165
run: |
168166
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)