Skip to content

Commit

Permalink
Install pytest to run the tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Cercos-Pita <[email protected]>
  • Loading branch information
sanguinariojoe committed Jul 18, 2023
1 parent 7ec72a9 commit d6a9eeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
cmake --build ./ --config Release --clean-first &&
cmake --install ./ --config Release &&
cd ..
CIBW_BEFORE_TEST: pip install pytest
CIBW_TEST_COMMAND: pytest ./src/wrappers/python/tests/

steps:
Expand Down

0 comments on commit d6a9eeb

Please sign in to comment.