Skip to content

Commit 7732ce5

Browse files
authored
Update to use latest array-api-tests tag (#765)
1 parent 481c630 commit 7732ce5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/array-api-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v3
3434
with:
3535
repository: data-apis/array-api-tests
36-
ref: '1572b129c6682211abfe139e112592226c361a6c' # Latest commit as of 2024-12-04
36+
ref: '2025.05.23'
3737
path: array-api-tests
3838
submodules: "true"
3939
- name: Set up Python ${{ matrix.python-version }}
@@ -124,8 +124,9 @@ jobs:
124124
array_api_tests/test_manipulation_functions.py::test_repeat
125125
array_api_tests/test_sorting_functions.py
126126
127-
# finfo(float32).eps returns float32 but should return float
127+
# finfo return type misalignment (https://github.com/data-apis/array-api/issues/405)
128128
array_api_tests/test_data_type_functions.py::test_finfo[float32]
129+
array_api_tests/test_data_type_functions.py::test_finfo[complex64]
129130
130131
# From https://github.com/data-apis/array-api-tests/blob/master/.github/workflows/numpy.yml
131132

0 commit comments

Comments
 (0)