We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddbda03 commit e10d187Copy full SHA for e10d187
.github/workflows/array-api-tests.yml
@@ -80,6 +80,7 @@ jobs:
80
# This enables the NEP 50 type promotion behavior (without it a lot of
81
# tests fail on bad scalar type promotion behavior)
82
NPY_PROMOTION_STATE: weak
83
+ ARRAY_API_TESTS_VERSION: draft
84
run: |
85
export PYTHONPATH="${GITHUB_WORKSPACE}/array-api-compat"
86
cd ${GITHUB_WORKSPACE}/array-api-tests
0 commit comments