Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaquier Aurélien Tristan committed Nov 4, 2024
1 parent 1b8fab4 commit 59df395
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 @@ -24,7 +24,7 @@ jobs:
CIBW_BUILD: ${{ matrix.python }}*${{ matrix.arch }}
CIBW_TEST_REQUIRES: pytest neo[neomatlabio]>=0.5.1 pytest-xdist>=3.3.1
CIBW_TEST_COMMAND: |
if [[ $RUNNER_OS == 'Windows' ]]; then
if [[ "$RUNNER_OS" == "Windows" ]]; then
pytest -sx -n auto {project}\\tests
else
pytest -sx -n auto {project}/tests
Expand Down

0 comments on commit 59df395

Please sign in to comment.