Skip to content

Commit b1303a1

Browse files
authored
Merge pull request #46 from asmeurer/rm-hypothesis-pin
Remove the hypothesis pin on CI
2 parents 1edb7b0 + e88bd99 commit b1303a1

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)