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 c770c9b commit a8f8fdcCopy full SHA for a8f8fdc
.github/workflows/array-api-tests.yml
@@ -52,11 +52,6 @@ jobs:
52
run: |
53
# Parameterizing this in the CI matrix is wasteful. Just do a loop here.
54
for ARRAY_API_STRICT_API_VERSION in ${API_VERSIONS}; do
55
- # Only signature tests work for now for 2023.12
56
- if [[ "$ARRAY_API_STRICT_API_VERSION" == "2023.12" ]]; then
57
- PYTEST_ARGS="${PYTEST_ARGS} -k signature
58
- fi
59
-
60
cd ${GITHUB_WORKSPACE}/array-api-tests
61
pytest array_api_tests/ --skips-file ${GITHUB_WORKSPACE}/array-api-strict/array-api-tests-xfails.txt ${PYTEST_ARGS}
62
done
0 commit comments