We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d1131c + b6ee9da commit 08a13c0Copy full SHA for 08a13c0
.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