Skip to content

Commit cf335db

Browse files
committed
CI: downgrade hypothesis to 6.144
1 parent 35d333a commit cf335db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
python -m pip install --upgrade pip
7777
python -m pip install '${{ inputs.package-name }} ${{ inputs.package-version }}' ${{ inputs.extra-requires }}
7878
python -m pip install -r ${GITHUB_WORKSPACE}/array-api-tests/requirements.txt
79+
python -m pip uninstall hypothesis
80+
python -m pip install hypothesis==6.144
7981
python -m pip install pytest-xdist
8082
8183
- name: Dump pip environment

0 commit comments

Comments
 (0)