Skip to content

Commit

Permalink
Fix the pre-release test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezibenroc committed Aug 24, 2024
1 parent 11056f7 commit cf53455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_TEST_REQUIRES: hypothesis
CIBW_TEST_REQUIRES: hypothesis pytest
CIBW_TEST_COMMAND: "python {project}/test.py -v && python {project}/cydoctest.py -v"
CIBW_SKIP: "pp* cp36-* cp37-*"
CIBW_ARCHS: ${{ matrix.cibw_archs }}
Expand Down

0 comments on commit cf53455

Please sign in to comment.