Skip to content

Commit 9530a7f

Browse files
committed
Properly set the array API version on CI
1 parent fe260b8 commit 9530a7f

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
@@ -49,6 +49,7 @@ jobs:
4949
run: |
5050
# Parameterizing this in the CI matrix is wasteful. Just do a loop here.
5151
for ARRAY_API_STRICT_API_VERSION in ${API_VERSIONS}; do
52+
export ARRAY_API_STRICT_API_VERSION
5253
cd ${GITHUB_WORKSPACE}/array-api-tests
5354
pytest array_api_tests/ --skips-file ${GITHUB_WORKSPACE}/array-api-strict/array-api-tests-xfails.txt ${PYTEST_ARGS}
5455
done

0 commit comments

Comments
 (0)