Skip to content

Commit e414cf4

Browse files
committed
Try fixing the pytest invocation
1 parent c24abe4 commit e414cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/array-api-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ jobs:
5757
run: |
5858
export PYTHONPATH="${GITHUB_WORKSPACE}/array-api-compat"
5959
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/
60+
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

Comments
 (0)