Skip to content

Commit

Permalink
ci: skip pypy tests under win
Browse files Browse the repository at this point in the history
For some reason, these tests are failing because Python is unable to
find the DLL. Should be fixable, but skipping tests for now.
  • Loading branch information
janden committed Jul 15, 2024
1 parent 18716b5 commit 72db6db
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 @@ -87,8 +87,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 72db6db

Please sign in to comment.