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 4c82b34 commit 0bff253Copy full SHA for 0bff253
.github/workflows/array-api-tests.yml
@@ -42,4 +42,4 @@ jobs:
42
run: |
43
export PYTHONPATH="${GITHUB_WORKSPACE}/array-api-compat"
44
cd ${GITHUB_WORKSPACE}/array-api-tests
45
- pytest --max-examples 200 -v -rxXfE --ci --skips-file ${GITHUB_WORKSPACE}/array-api-compat/numpy-xfails.txt array_api_tests/
+ pytest --max-examples 200 -v -rxXfE --ci --xfails-file ${GITHUB_WORKSPACE}/array-api-compat/numpy-xfails.txt array_api_tests/
0 commit comments