We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e6db5 commit 9351b8bCopy full SHA for 9351b8b
1 file changed
.github/workflows/test.yml
@@ -36,6 +36,6 @@ 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-strict-xfails.txt array_api_tests/
+ pytest -v -rxXfE --skips-file /tmp/array-api-strict/array-api-test-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