Skip to content

Commit

Permalink
ci: add cibw tests to win and macos-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jul 9, 2024
1 parent d6a0dbb commit 1b1c13e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python_skbuild_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
CC=gcc-14
CXX=g++-14
MACOSX_DEPLOYMENT_TARGET=14
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: python3 -m pytest {project}/python/finufft/test

- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -92,6 +94,8 @@ jobs:
CIBW_ARCHS: AMD64
CIBW_ENVIRONMENT: >
FFTWDIR='${{ github.workspace }}\fftw'
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: python3 -m pytest {project}/python/finufft/test

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

0 comments on commit 1b1c13e

Please sign in to comment.