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 c24abe4 commit e414cf4Copy full SHA for e414cf4
.github/workflows/array-api-tests.yml
@@ -57,4 +57,4 @@ jobs:
57
run: |
58
export PYTHONPATH="${GITHUB_WORKSPACE}/array-api-compat"
59
cd ${GITHUB_WORKSPACE}/array-api-tests
60
- pytest --xfails-file ${GITHUB_WORKSPACE}/array-api-compat/${{ inputs.package-name }}-xfails.txt --skips-file ${GITHUB_WORKSPACE}/array-api-compat/${{ inputs.package-name }}-skips.txt ${PYTEST_ARGS} array_api_tests/
+ pytest array_api_tests/ --xfails-file ${GITHUB_WORKSPACE}/array-api-compat/${{ inputs.package-name }}-xfails.txt --skips-file ${GITHUB_WORKSPACE}/array-api-compat/${{ inputs.package-name }}-skips.txt ${PYTEST_ARGS}
0 commit comments