We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db61ef commit 7243e2fCopy full SHA for 7243e2f
.github/workflows/array-api-tests.yml
@@ -77,7 +77,7 @@ jobs:
77
python -m pip install '${{ inputs.package-name }} ${{ inputs.package-version }}' ${{ inputs.extra-requires }}
78
python -m pip install -r ${GITHUB_WORKSPACE}/array-api-tests/requirements.txt
79
python -m pip uninstall hypothesis -y
80
- python -m pip install hypothesis==6.140
+ python -m pip install hypothesis==6.135
81
python -m pip install pytest-xdist
82
83
- name: Dump pip environment
0 commit comments