Skip to content

Commit f15dc6c

Browse files
authored
CI: run tests against the 2025.12 revision
Update ARRAY_API_TESTS_VERSION to 2025.12
1 parent 83cc2fc commit f15dc6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Run the array API testsuite (${{ inputs.package-name }})
8585
env:
8686
ARRAY_API_TESTS_MODULE: array_api_compat.${{ inputs.module-name || inputs.package-name }}
87-
ARRAY_API_TESTS_VERSION: 2024.12
87+
ARRAY_API_TESTS_VERSION: 2025.12
8888
# This enables the NEP 50 type promotion behavior (without it a lot of
8989
# tests fail on bad scalar type promotion behavior)
9090
NPY_PROMOTION_STATE: weak

0 commit comments

Comments
 (0)