From 67624f6c73dc8c2573b18aad9af9f17e97259b45 Mon Sep 17 00:00:00 2001 From: Adam Lugowski Date: Mon, 2 Oct 2023 20:35:16 -0700 Subject: [PATCH] Enable testing macOS wheels --- .github/workflows/wheels.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 8f619a1..311e0d0 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -154,9 +154,7 @@ jobs: CIBW_TEST_COMMAND: "pytest --pyargs suitesparse_graphblas -s -k test_print_jit_config && pytest -v --pyargs suitesparse_graphblas" # GitHub Actions macOS Intel runner cannot run ARM tests. Uncomment to silence warning. - # CIBW_TEST_SKIP: "*-macosx_arm64" - # 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!) - CIBW_TEST_SKIP: "*-macosx_*" + CIBW_TEST_SKIP: "*-macosx_arm64" run: | python -m pip install --upgrade pip