We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb7abf commit e70bcc8Copy full SHA for e70bcc8
.github/workflows/array-api-tests.yml
@@ -74,6 +74,7 @@ jobs:
74
if: "! ((matrix.python-version == '3.11' || matrix.python-version == '3.12') && inputs.package-name == 'numpy' && contains(inputs.package-version, '1.21'))"
75
env:
76
ARRAY_API_TESTS_MODULE: array_api_compat.${{ inputs.module-name || inputs.package-name }}
77
+ ARRAY_API_TESTS_VERSION: 2023.12
78
# This enables the NEP 50 type promotion behavior (without it a lot of
79
# tests fail on bad scalar type promotion behavior)
80
NPY_PROMOTION_STATE: weak
0 commit comments