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 4787711 commit ce3147cCopy full SHA for ce3147c
.github/workflows/conda-package.yml
@@ -642,7 +642,7 @@ jobs:
642
python -c "import dpctl; dpctl.lsplatform()"
643
export ARRAY_API_TESTS_MODULE=dpctl.tensor
644
cd /home/runner/work/array-api-tests
645
- pytest --json-report --json-report-file=$FILE --skips-file ${GITHUB_WORKSPACE}/.github/workflows/array-api-skips.txt array_api_tests/ || true
+ pytest --json-report --json-report-file=$FILE --disable-deadline --skips-file ${GITHUB_WORKSPACE}/.github/workflows/array-api-skips.txt array_api_tests/ || true
646
- name: Set Github environment variables
647
shell: bash -l {0}
648
run: |
0 commit comments