We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83cc2fc commit f15dc6cCopy full SHA for f15dc6c
.github/workflows/array-api-tests.yml
@@ -84,7 +84,7 @@ jobs:
84
- name: Run the array API testsuite (${{ inputs.package-name }})
85
env:
86
ARRAY_API_TESTS_MODULE: array_api_compat.${{ inputs.module-name || inputs.package-name }}
87
- ARRAY_API_TESTS_VERSION: 2024.12
+ ARRAY_API_TESTS_VERSION: 2025.12
88
# This enables the NEP 50 type promotion behavior (without it a lot of
89
# tests fail on bad scalar type promotion behavior)
90
NPY_PROMOTION_STATE: weak
0 commit comments