Skip to content

Commit fb0ccc4

Browse files
committed
Revert "Temporarily pin hypothesis on CI"
This reverts commit 02059d0. This should no longer be necessary with the latest changes to array-api-tests.
1 parent 6cc8008 commit fb0ccc4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ 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
6766
- name: Run the array API testsuite (${{ inputs.package-name }})
6867
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')))"
6968
env:

0 commit comments

Comments
 (0)