Skip to content

Commit 54c7141

Browse files
committed
Fix a typo in the README
1 parent 1016a02 commit 54c7141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
env:
254254
ARRAY_API_TESTS_MODULE: your.array.api.namespace
255255
run: |
256-
export PYTHONPATH="${GITHUB_WORKSPACE}/array-api-compat"
256+
export PYTHONPATH="${GITHUB_WORKSPACE}/your-array-library"
257257
cd ${GITHUB_WORKSPACE}/array-api-tests
258258
pytest -v -rxXfE --ci --xfails-file ${GITHUB_WORKSPACE}/your-array-library/array-api-tests-xfails.txt array_api_tests/
259259
```

0 commit comments

Comments
 (0)