1
0
mirror of https://github.com/ROCm/jax.git synced 2025-04-19 21:36:05 +00:00

[array-api] update to latest array_api_tests commit

This commit is contained in:
Jake VanderPlas 2024-03-18 17:37:46 -07:00
parent 0308aad076
commit dad31cf8ce

@ -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 }}