Skip to content

Commit

Permalink
ci: fix test cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jul 9, 2024
1 parent 3ff4fad commit c6e147b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_skbuild_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
CXX=g++-14
MACOSX_DEPLOYMENT_TARGET=13
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: python3 -m pytest python/finufft/test
CIBW_TEST_COMMAND: python3 -m pytest {project}/test

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

0 comments on commit c6e147b

Please sign in to comment.