From f15dc6cccf5da66ad9144d21e713317381bc3286 Mon Sep 17 00:00:00 2001 From: Evgeni Burovski Date: Mon, 23 Feb 2026 12:48:05 +0100 Subject: [PATCH] CI: run tests against the 2025.12 revision Update ARRAY_API_TESTS_VERSION to 2025.12 --- .github/workflows/array-api-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/array-api-tests.yml b/.github/workflows/array-api-tests.yml index 8d78225c..67ae76f5 100644 --- a/.github/workflows/array-api-tests.yml +++ b/.github/workflows/array-api-tests.yml @@ -84,7 +84,7 @@ jobs: - name: Run the array API testsuite (${{ inputs.package-name }}) env: ARRAY_API_TESTS_MODULE: array_api_compat.${{ inputs.module-name || inputs.package-name }} - ARRAY_API_TESTS_VERSION: 2024.12 + ARRAY_API_TESTS_VERSION: 2025.12 # This enables the NEP 50 type promotion behavior (without it a lot of # tests fail on bad scalar type promotion behavior) NPY_PROMOTION_STATE: weak