We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24fbba4 commit 96e6db5Copy full SHA for 96e6db5
1 file changed
.github/workflows/test.yml
@@ -34,6 +34,8 @@ jobs:
34
ARRAY_API_TESTS_MODULE: array_api_strict
35
ARRAY_API_STRICT_API_VERSION: 2024.12
36
run: |
37
+ ls -l /tmp
38
+ ls -l /tmp/array-api-strict
39
pytest -v -rxXfE --skips-file /tmp/array-api-strict/array-api-strict-xfails.txt array_api_tests/
40
# We also have internal tests that isn't really necessary for adopters
41
pytest -v -rxXfE meta_tests/
0 commit comments