File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -763,14 +763,15 @@ jobs:
763763 id : run-array-api-tests
764764 shell : bash -l {0}
765765 env :
766+ ARRAY_API_TESTS_MODULE : ' dpctl.tensor'
767+ ARRAY_API_TESTS_VERSION : ' 2024.12'
766768 SYCL_CACHE_PERSISTENT : 1
767769 run : |
768770 FILE=/home/runner/work/.report.json
769771 . $CONDA/etc/profile.d/conda.sh
770772 conda activate ${{ env.TEST_ENV_NAME }}
771773 cd /home/runner/work/array-api-tests
772774 ${CONDA_PREFIX}/bin/python -c "import dpctl; dpctl.lsplatform()"
773- export ARRAY_API_TESTS_MODULE=dpctl.tensor
774775 ${CONDA_PREFIX}/bin/python -m pytest --json-report --json-report-file=$FILE --disable-deadline --skips-file ${GITHUB_WORKSPACE}/.github/workflows/array-api-skips.txt array_api_tests/ || true
775776 - name : Set Github environment variables
776777 shell : bash -l {0}
You can’t perform that action at this time.
0 commit comments