Skip to content

Commit

Permalink
pytest version for CI take 2, previous format was not compatible with…
Browse files Browse the repository at this point in the history
… Windows
  • Loading branch information
tobgu committed Jan 13, 2022
1 parent 44273f6 commit 09173bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -64,7 +64,7 @@ jobs:
env:
CIBW_ARCHS_MACOS: x86_64 universal2
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
CIBW_TEST_REQUIRES: pytest<7 hypothesis<7
CIBW_TEST_REQUIRES: pytest==6.* hypothesis==6.*
CIBW_TEST_COMMAND: "bash {project}/tools/test_wheels.sh {project}"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
Expand Down

0 comments on commit 09173bf

Please sign in to comment.