Skip to content

Commit bd52c12

Browse files
committed
Set NPY_PROMOTION_STATE=weak in the NumPy tests
1 parent 176fdbe commit bd52c12

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
@@ -32,6 +32,7 @@ jobs:
3232
env:
3333
ARRAY_API_TESTS_MODULE: array_api_compat.numpy
3434
PYTHONPATH: "${GITHUB_WORKSPACE}/array-api-compat"
35+
NPY_PROMOTION_STATE: weak
3536
run: |
3637
cd ${GITHUB_WORKSPACE}/array-api-tests
3738
pytest -v -rxXfE

0 commit comments

Comments
 (0)