Skip to content

Commit 68470c6

Browse files
committed
Fix the CI example in the README
1 parent 373d05f commit 68470c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
run: |
245245
export PYTHONPATH="${GITHUB_WORKSPACE}/array-api-compat"
246246
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
247+
pytest -v -rxXfE --ci -o xfail_strict=True --xfails-file ${GITHUB_WORKSPACE}/your-array-library/array-api-tests-xfails.txt array_api_tests/
248248
```
249249
250250
#### Max examples

0 commit comments

Comments
 (0)