Skip to content

Commit e70bcc8

Browse files
committed
Run the test suite against the 2023 version of the standard on CI
1 parent 5eb7abf commit e70bcc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
if: "! ((matrix.python-version == '3.11' || matrix.python-version == '3.12') && inputs.package-name == 'numpy' && contains(inputs.package-version, '1.21'))"
7575
env:
7676
ARRAY_API_TESTS_MODULE: array_api_compat.${{ inputs.module-name || inputs.package-name }}
77+
ARRAY_API_TESTS_VERSION: 2023.12
7778
# This enables the NEP 50 type promotion behavior (without it a lot of
7879
# tests fail on bad scalar type promotion behavior)
7980
NPY_PROMOTION_STATE: weak

0 commit comments

Comments
 (0)