Skip to content

Commit

Permalink
ci: skip pp310 for win
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jul 9, 2024
1 parent 5fcb9f4 commit bb419d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python_skbuild_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
FFTWDIR='${{ github.workspace }}\fftw'
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: pytest {project}/python/finufft/test
CIBW_TEST_SKIP: "pp310-win*"

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

0 comments on commit bb419d9

Please sign in to comment.