Skip to content

Commit 7c55e47

Browse files
committed
Merge branch 'main' into less-strict-iter
2 parents 9c9ff8b + b1303a1 commit 7c55e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/array-api-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fi
4343
python -m pip install ${GITHUB_WORKSPACE}/array-api-strict
4444
python -m pip install -r ${GITHUB_WORKSPACE}/array-api-tests/requirements.txt
45-
python -m pip install hypothesis==6.97.1
45+
python -m pip install hypothesis
4646
- name: Run the array API testsuite
4747
env:
4848
ARRAY_API_TESTS_MODULE: array_api_strict

0 commit comments

Comments
 (0)