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 35d333a commit cf335dbCopy full SHA for cf335db
.github/workflows/array-api-tests.yml
@@ -76,6 +76,8 @@ jobs:
76
python -m pip install --upgrade pip
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
80
+ python -m pip install hypothesis==6.144
81
python -m pip install pytest-xdist
82
83
- name: Dump pip environment
0 commit comments