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 2303be2 commit 15eff4eCopy full SHA for 15eff4e
.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 -o xfail_strict=True --xfails-file ${GITHUB_WORKSPACE}/array-api-compat/numpy-xfails.txt array_api_tests/
+ pytest --max-examples 300 -v -rxXfE --ci -o xfail_strict=True --xfails-file ${GITHUB_WORKSPACE}/array-api-compat/numpy-xfails.txt array_api_tests/
0 commit comments