We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397713f commit b6ee9daCopy full SHA for b6ee9da
.github/workflows/array-api-tests.yml
@@ -41,6 +41,7 @@ jobs:
41
fi
42
python -m pip install ${GITHUB_WORKSPACE}/array-api-strict
43
python -m pip install -r ${GITHUB_WORKSPACE}/array-api-tests/requirements.txt
44
+ python -m pip install hypothesis==6.97.1
45
- name: Run the array API testsuite
46
env:
47
ARRAY_API_TESTS_MODULE: array_api_strict
0 commit comments