From 78b889632b0936c18f902ed77d470de883d9ede2 Mon Sep 17 00:00:00 2001 From: Jake VanderPlas Date: Fri, 17 Nov 2023 08:59:53 -0800 Subject: [PATCH] [array api] update array-api-tests --- .github/workflows/jax-array-api.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/jax-array-api.yml b/.github/workflows/jax-array-api.yml index 9597af64b9af..4ac6d771dcaf 100644 --- a/.github/workflows/jax-array-api.yml +++ b/.github/workflows/jax-array-api.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v3 with: repository: data-apis/array-api-tests - ref: '83f0bcdcc5286250dbb26be5d37511702970b4dc' # Latest commit as of 2023-11-15 + ref: '9d7777bc60d45a35124b0de084ff8edbd284c06b' # Latest commit as of 2023-11-17 submodules: 'true' path: 'array-api-tests' - name: Fix array-apis bug @@ -38,7 +38,6 @@ jobs: - name: Install dependencies run: | python -m pip install .[cpu] - python -m pip install "hypothesis<6.88.4" # 6.88.4 breaks with a Return-type annotation warning python -m pip install -r array-api-tests/requirements.txt - name: Run the test suite env: