We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9351b8b commit e6dd83bCopy full SHA for e6dd83b
1 file changed
.github/workflows/test.yml
@@ -36,6 +36,7 @@ jobs:
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-test-xfails.txt array_api_tests/
+ ls -l /tmp/array-api-strict/array-api-tests-xfails.txt
40
+ pytest -v -rxXfE --skips-file /tmp/array-api-strict/array-api-tests-xfails.txt array_api_tests/
41
# We also have internal tests that isn't really necessary for adopters
42
pytest -v -rxXfE meta_tests/
0 commit comments