Skip to content

Commit ef71d85

Browse files
authored
Merge pull request #80 from asmeurer/ci-fix
Properly set the array API version on CI
2 parents dec8c22 + 9530a7f commit ef71d85

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)