From b6ee9dafdec8b08c8cb1a36050d0f27700cf13da Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Tue, 5 Mar 2024 14:45:54 -0700 Subject: [PATCH] Temporarily pin hypothesis on CI This is needed until https://github.com/data-apis/array-api-tests/issues/238 is fixed. --- .github/workflows/array-api-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/array-api-tests.yml b/.github/workflows/array-api-tests.yml index ac939ad..a2ad2fd 100644 --- a/.github/workflows/array-api-tests.yml +++ b/.github/workflows/array-api-tests.yml @@ -41,6 +41,7 @@ jobs: fi python -m pip install ${GITHUB_WORKSPACE}/array-api-strict python -m pip install -r ${GITHUB_WORKSPACE}/array-api-tests/requirements.txt + python -m pip install hypothesis==6.97.1 - name: Run the array API testsuite env: ARRAY_API_TESTS_MODULE: array_api_strict