Skip to content

Commit

Permalink
Update pytest folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Nov 10, 2023
1 parent a153e5d commit 166e975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
env:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest"
CIBW_TEST_COMMAND: "pytest {project}/tests"

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

0 comments on commit 166e975

Please sign in to comment.