Skip to content

Commit

Permalink
try run test on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Dec 1, 2024
1 parent f959820 commit 47512c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
# https://github.com/pypa/cibuildwheel/issues/1603
# Ignore tests for pypy since not all dependencies are compiled for it
# and would require a local rust build chain
CIBW_TEST_SKIP: "pp* *macosx*"
CIBW_TEST_SKIP: "pp*"

- name: Add source distribution
if: startsWith(matrix.os, 'ubuntu')
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
# https://github.com/pypa/cibuildwheel/issues/1603
# Ignore tests for pypy since not all dependencies are compiled for it
# and would require a local rust build chain
CIBW_TEST_SKIP: "pp* *macosx*"
CIBW_TEST_SKIP: "pp*"

- name: Add source distribution
if: startsWith(matrix.os, 'ubuntu')
Expand Down

0 comments on commit 47512c2

Please sign in to comment.