Skip to content

Commit 08a13c0

Browse files
authored
Merge pull request #14 from asmeurer/tests-fix
Temporarily pin hypothesis on CI
2 parents 0d1131c + b6ee9da commit 08a13c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/array-api-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
fi
4242
python -m pip install ${GITHUB_WORKSPACE}/array-api-strict
4343
python -m pip install -r ${GITHUB_WORKSPACE}/array-api-tests/requirements.txt
44+
python -m pip install hypothesis==6.97.1
4445
- name: Run the array API testsuite
4546
env:
4647
ARRAY_API_TESTS_MODULE: array_api_strict

0 commit comments

Comments
 (0)