Skip to content

Commit

Permalink
Fix ciuildwheel tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
taleinat committed Aug 5, 2024
1 parent b894af7 commit c33a39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_BUILD: '{cp38,cp39,cp310,cp311,cp312,pypy39,pypy310}-*'
CIBW_TEST_COMMAND: 'python -m unittest discover -t "/{project}" tests'
CIBW_TEST_COMMAND: 'python -m unittest discover -t "{project}" tests'

- name: Upload wheel
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c33a39d

Please sign in to comment.