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.
2 parents dec8c22 + 9530a7f commit ef71d85Copy full SHA for ef71d85
.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