Skip to content

Commit 5e607c3

Browse files
committed
Remove NPY_PROMOTION_STATE=weak from the CI
The strict library should be explicitly working around all the bad promotion issues from NumPy 1.26.
1 parent b65e9a5 commit 5e607c3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ jobs:
4646
- name: Run the array API testsuite
4747
env:
4848
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
5249
run: |
5350
# Parameterizing this in the CI matrix is wasteful. Just do a loop here.
5451
for ARRAY_API_STRICT_API_VERSION in ${API_VERSIONS}; do

0 commit comments

Comments
 (0)