We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe260b8 commit 9530a7fCopy full SHA for 9530a7f
.github/workflows/array-api-tests.yml
@@ -49,6 +49,7 @@ jobs:
49
run: |
50
# Parameterizing this in the CI matrix is wasteful. Just do a loop here.
51
for ARRAY_API_STRICT_API_VERSION in ${API_VERSIONS}; do
52
+ export ARRAY_API_STRICT_API_VERSION
53
cd ${GITHUB_WORKSPACE}/array-api-tests
54
pytest array_api_tests/ --skips-file ${GITHUB_WORKSPACE}/array-api-strict/array-api-tests-xfails.txt ${PYTEST_ARGS}
55
done
0 commit comments