diff --git a/.github/workflows/jax-array-api.yml b/.github/workflows/jax-array-api.yml index 59367832ad17..0b9d179ec355 100644 --- a/.github/workflows/jax-array-api.yml +++ b/.github/workflows/jax-array-api.yml @@ -25,7 +25,7 @@ jobs: with: repository: data-apis/array-api-tests # TODO(jakevdp) update this to a stable release/tag when available. - ref: '4f83bb3ee9146c30cf997f1527588b7a8b8ee6db' # Latest commit as of 2024-02-16 + ref: '58113931e9959ee70dca4bace430b55b90a1eed8' # Latest commit as of 2024-03-18 submodules: 'true' path: 'array-api-tests' - name: Set up Python ${{ matrix.python-version }}