Skip to content

Commit

Permalink
Merge pull request #80 from asmeurer/ci-fix
Browse files Browse the repository at this point in the history
Properly set the array API version on CI
  • Loading branch information
asmeurer authored Nov 2, 2024
2 parents dec8c22 + 9530a7f commit ef71d85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/array-api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
run: |
# Parameterizing this in the CI matrix is wasteful. Just do a loop here.
for ARRAY_API_STRICT_API_VERSION in ${API_VERSIONS}; do
export ARRAY_API_STRICT_API_VERSION
cd ${GITHUB_WORKSPACE}/array-api-tests
pytest array_api_tests/ --skips-file ${GITHUB_WORKSPACE}/array-api-strict/array-api-tests-xfails.txt ${PYTEST_ARGS}
done

0 comments on commit ef71d85

Please sign in to comment.