Skip to content

Commit d29c6ce

Browse files
committed
Fix hypothesis version
1 parent 4f7de2f commit d29c6ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
- name: Install build and test dependencies from PyPI
111111
run: |
112112
pip install pytest-xdist -r "$ARRAY_API_TESTS_DIR/requirements.txt"
113+
pip install hypothesis==6.131.0
113114
- name: Build and install Sparse
114115
run: |
115116
pip install -U setuptools wheel

0 commit comments

Comments
 (0)