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.
1 parent c54d5e0 commit e246809Copy full SHA for e246809
.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