Skip to content

Commit 4655cf4

Browse files
committed
Test hypothesis fix from data-apis/array-api-tests#238 (comment)
1 parent d10bf57 commit 4655cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
python -m pip install --upgrade pip
6464
python -m pip install '${{ inputs.package-name }} ${{ inputs.package-version }}' ${{ inputs.extra-requires }}
6565
python -m pip install -r ${GITHUB_WORKSPACE}/array-api-tests/requirements.txt
66-
python -m pip install hypothesis==6.97.1
66+
python -m pip install git+https://github.com/Zac-HD/hypothesis@fix-lists-error#subdirectory=hypothesis-python
6767
- name: Run the array API testsuite (${{ inputs.package-name }})
6868
if: "! ((matrix.python-version == '3.11' && inputs.package-name == 'numpy' && contains(inputs.package-version, '1.21')) || (matrix.python-version == '3.8' && inputs.package-name == 'numpy' && contains(inputs.xfails-file-extra, 'dev')))"
6969
env:

0 commit comments

Comments
 (0)