Skip to content

Commit

Permalink
Remove the need of the wildcard while testing
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 14, 2023
1 parent 2c7127b commit 95772b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cmake --install ./ --config Release &&
cd ..
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: pytest {project}/src/wrappers/python/tests/*
CIBW_TEST_COMMAND: pytest {project}/src/wrappers/python/tests/

steps:
- uses: actions/checkout@v3
Expand Down
File renamed without changes.

0 comments on commit 95772b9

Please sign in to comment.