Skip to content

Commit b6ee9da

Browse files
committed
Temporarily pin hypothesis on CI
This is needed until data-apis/array-api-tests#238 is fixed.
1 parent 397713f commit b6ee9da

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)