We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b80e9 commit 143c1e9Copy full SHA for 143c1e9
1 file changed
.github/workflows/test.yml
@@ -39,6 +39,6 @@ jobs:
39
ls -l /tmp/array-api-strict
40
ls -l /tmp/array-api-strict/array-api-tests-xfails.txt
41
pwd
42
- pytest -v -rxXfE --skips-file /tmp/array-api-strict/array-api-tests-xfails.txt array_api_tests/
+ pytest -v -rxXfE --skips-file=/tmp/array-api-strict/array-api-tests-xfails.txt array_api_tests/
43
# We also have internal tests that isn't really necessary for adopters
44
pytest -v -rxXfE meta_tests/
0 commit comments