Skip to content

Commit ce3147c

Browse files
committed
Experiment with disabling deadline for array API conformity workflow
1 parent 4787711 commit ce3147c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ jobs:
642642
python -c "import dpctl; dpctl.lsplatform()"
643643
export ARRAY_API_TESTS_MODULE=dpctl.tensor
644644
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
645+
pytest --json-report --json-report-file=$FILE --disable-deadline --skips-file ${GITHUB_WORKSPACE}/.github/workflows/array-api-skips.txt array_api_tests/ || true
646646
- name: Set Github environment variables
647647
shell: bash -l {0}
648648
run: |

0 commit comments

Comments
 (0)