diff --git a/.github/workflows/array-api-tests.yml b/.github/workflows/array-api-tests.yml index ac939ad..a2ad2fd 100644 --- a/.github/workflows/array-api-tests.yml +++ b/.github/workflows/array-api-tests.yml @@ -41,6 +41,7 @@ jobs: fi python -m pip install ${GITHUB_WORKSPACE}/array-api-strict python -m pip install -r ${GITHUB_WORKSPACE}/array-api-tests/requirements.txt + python -m pip install hypothesis==6.97.1 - name: Run the array API testsuite env: ARRAY_API_TESTS_MODULE: array_api_strict