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 373d05f commit 68470c6Copy full SHA for 68470c6
README.md
@@ -244,7 +244,7 @@ jobs:
244
run: |
245
export PYTHONPATH="${GITHUB_WORKSPACE}/array-api-compat"
246
cd ${GITHUB_WORKSPACE}/array-api-tests
247
- pytest -v -rxXfE --ci -o xfail_strict=True --xfails-file ${GITHUB_WORKSPACE}/your-array-library/array-api-tests-xfails.txt
+ pytest -v -rxXfE --ci -o xfail_strict=True --xfails-file ${GITHUB_WORKSPACE}/your-array-library/array-api-tests-xfails.txt array_api_tests/
248
```
249
250
#### Max examples
0 commit comments