Skip to content

Commit

Permalink
Fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
kratman committed Sep 29, 2024
1 parent 49b3591 commit f1206be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
CIBW_TEST_EXTRAS: "dev"
CIBW_TEST_COMMAND: |
set -e -x
python -m pytest -m cibw {project}/tests
python -m pytest {project}/tests
- name: Upload wheels for Linux
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
CIBW_TEST_EXTRAS: "dev"
CIBW_TEST_COMMAND: |
set -e -x
python -m pytest -m cibw {project}/tests
python -m pytest {project}/tests
- name: Upload wheels for macOS (amd64, arm64)
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f1206be

Please sign in to comment.