Skip to content

Commit

Permalink
Verbose windows pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
pcubillos committed May 31, 2024
1 parent 5ed6735 commit 1164a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
env:
CIBW_BEFORE_BUILD: "pip install numpy"
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest {project}/tests"
CIBW_TEST_COMMAND: "pytest {project}/tests -v"
CIBW_BUILD_VERBOSITY: 1
CIBW_BUILD: "cp310-win_amd64"
# cp310-win_amd64
Expand Down

0 comments on commit 1164a96

Please sign in to comment.