We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e659f50 commit b5b6680Copy full SHA for b5b6680
.github/workflows/array-api-tests.yml
@@ -49,4 +49,4 @@ jobs:
49
NPY_PROMOTION_STATE: weak
50
run: |
51
cd ${GITHUB_WORKSPACE}/array-api-tests
52
- pytest array_api_tests/ --xfails-file ${GITHUB_WORKSPACE}/array-api-strict/array-api-tests-xfails.txt ${PYTEST_ARGS}
+ pytest array_api_tests/ --skips-file ${GITHUB_WORKSPACE}/array-api-strict/array-api-tests-xfails.txt ${PYTEST_ARGS}
0 commit comments