Skip to content

Commit 7243e2f

Browse files
committed
6.135
1 parent 0db61ef commit 7243e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
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
7979
python -m pip uninstall hypothesis -y
80-
python -m pip install hypothesis==6.140
80+
python -m pip install hypothesis==6.135
8181
python -m pip install pytest-xdist
8282
8383
- name: Dump pip environment

0 commit comments

Comments
 (0)