Skip to content

Commit

Permalink
ci: skip pypy on win
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jul 12, 2024
1 parent 6079d9a commit cfad535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_skbuild_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
CIBW_REPAIR_WHEEL_COMMAND: delvewheel repair -v --analyze-existing -w {dest_dir} {wheel}
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: pytest {project}/python/finufft/test
# PyPy 3.10 triggers access violation under Windows, for some reason.
CIBW_TEST_SKIP: "pp310-win*"
# PyPy doesn't seem to work under windows, for some reason.
CIBW_TEST_SKIP: "pp*-win*"

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit cfad535

Please sign in to comment.