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:
763
763
id : run-array-api-tests
764
764
shell : bash -l {0}
765
765
env :
766
+ ARRAY_API_TESTS_MODULE : ' dpctl.tensor'
767
+ ARRAY_API_TESTS_VERSION : ' 2024.12'
766
768
SYCL_CACHE_PERSISTENT : 1
767
769
run : |
768
770
FILE=/home/runner/work/.report.json
769
771
. $CONDA/etc/profile.d/conda.sh
770
772
conda activate ${{ env.TEST_ENV_NAME }}
771
773
cd /home/runner/work/array-api-tests
772
774
${CONDA_PREFIX}/bin/python -c "import dpctl; dpctl.lsplatform()"
773
- export ARRAY_API_TESTS_MODULE=dpctl.tensor
774
775
${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
775
776
- name : Set Github environment variables
776
777
shell : bash -l {0}
You can’t perform that action at this time.
0 commit comments