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 4f7de2f commit d29c6ceCopy full SHA for d29c6ce
.github/workflows/ci.yml
@@ -110,6 +110,7 @@ jobs:
110
- name: Install build and test dependencies from PyPI
111
run: |
112
pip install pytest-xdist -r "$ARRAY_API_TESTS_DIR/requirements.txt"
113
+ pip install hypothesis==6.131.0
114
- name: Build and install Sparse
115
116
pip install -U setuptools wheel
0 commit comments