We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1edb7b0 + e88bd99 commit b1303a1Copy full SHA for b1303a1
.github/workflows/array-api-tests.yml
@@ -42,7 +42,7 @@ jobs:
42
fi
43
python -m pip install ${GITHUB_WORKSPACE}/array-api-strict
44
python -m pip install -r ${GITHUB_WORKSPACE}/array-api-tests/requirements.txt
45
- python -m pip install hypothesis==6.97.1
+ python -m pip install hypothesis
46
- name: Run the array API testsuite
47
env:
48
ARRAY_API_TESTS_MODULE: array_api_strict
0 commit comments