Skip to content

Commit 441f02c

Browse files
committed
.
1 parent 5193891 commit 441f02c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
# tests fail on bad scalar type promotion behavior)
8282
NPY_PROMOTION_STATE: weak
8383
run: |
84+
echo ">>>>>>>>>>>>> "$ARRAY_API_TESTS_MODULE
8485
export PYTHONPATH="${GITHUB_WORKSPACE}/array-api-compat"
8586
cd ${GITHUB_WORKSPACE}/array-api-tests
8687
pytest array_api_tests/ --xfails-file ${GITHUB_WORKSPACE}/array-api-compat/${{ inputs.package-name }}${{ inputs.xfails-file-extra }}-xfails.txt --skips-file ${GITHUB_WORKSPACE}/array-api-compat/${{ inputs.package-name }}${{ inputs.skips-file-extra}}-skips.txt ${PYTEST_ARGS}

0 commit comments

Comments
 (0)