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 5193891 commit 441f02cCopy full SHA for 441f02c
.github/workflows/array-api-tests.yml
@@ -81,6 +81,7 @@ jobs:
81
# tests fail on bad scalar type promotion behavior)
82
NPY_PROMOTION_STATE: weak
83
run: |
84
+ echo ">>>>>>>>>>>>> "$ARRAY_API_TESTS_MODULE
85
export PYTHONPATH="${GITHUB_WORKSPACE}/array-api-compat"
86
cd ${GITHUB_WORKSPACE}/array-api-tests
87
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