Skip to content

Commit

Permalink
Maybe this way...
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 430d89e commit 64f3372
Showing 1 changed file 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 @@ -72,7 +72,7 @@ jobs:
cmake --install ./ --config Release &&
cd ..
CIBW_BEFORE_TEST: pip install pytest
CIBW_TEST_COMMAND: pytest {package}/src/wrappers/python/tests/
CIBW_TEST_COMMAND: pytest {project}/src/wrappers/python/tests/

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 64f3372

Please sign in to comment.