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 b65e9a5 commit 5e607c3Copy full SHA for 5e607c3
.github/workflows/array-api-tests.yml
@@ -46,9 +46,6 @@ jobs:
46
- name: Run the array API testsuite
47
env:
48
ARRAY_API_TESTS_MODULE: array_api_strict
49
- # This enables the NEP 50 type promotion behavior (without it a lot of
50
- # tests fail in numpy 1.26 on bad scalar type promotion behavior)
51
- NPY_PROMOTION_STATE: weak
52
run: |
53
# Parameterizing this in the CI matrix is wasteful. Just do a loop here.
54
for ARRAY_API_STRICT_API_VERSION in ${API_VERSIONS}; do
0 commit comments