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 1db44cb commit 1651824Copy full SHA for 1651824
.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 -v -rxXfE --ci -o xfail_strict=True --xfails-file ${GITHUB_WORKSPACE}/array-api-compat/numpy-xfails.txt
+ pytest -v -rxXfE --ci -o xfail_strict=True --xfails-file ${GITHUB_WORKSPACE}/array-api-compat/numpy-xfails.txt array_api_tests/
0 commit comments