diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 050ca85..fbf3bdd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: CIBW_ARCHS: ${{ matrix.cibw_archs }} CIBW_BEFORE_ALL_MACOS: "brew install libomp" CIBW_ENVIRONMENT_MACOS: "MACOSX_DEPLOYMENT_TARGET=13.0" - CIBW_TEST_REQUIRES: "pytest" + CIBW_TEST_REQUIRES: "pytest hypothesis>=6.100" CIBW_TEST_COMMAND: "pytest {project}/tests -q" - uses: actions/upload-artifact@v4