Skip to content

Commit

Permalink
ci: remove delvewheel for now
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jul 10, 2024
1 parent 879da36 commit 9c35686
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python_skbuild_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ jobs:
FFTWDIR='${{ github.workspace }}\fftw'
CC='clang-cl'
CXX='clang-cl'
CIBW_BEFORE_BUILD: pip install delvewheel
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.
Expand Down

0 comments on commit 9c35686

Please sign in to comment.