Skip to content

Commit

Permalink
fixing test path?
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Luca van den Busch committed Jan 31, 2024
1 parent ad73bbb commit add4271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
echo ls -l &&
ls -l
CIBW_TEST_REQUIRES: numpy pytest
CIBW_TEST_COMMAND: pytest tests
CIBW_TEST_COMMAND: pytest {project}/tests

- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit add4271

Please sign in to comment.