File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -642,11 +642,10 @@ jobs:
642
642
FILE=/home/runner/work/.report.json
643
643
. $CONDA/etc/profile.d/conda.sh
644
644
conda activate test_dpctl
645
- # echo "libintelocl.so" | tee /etc/OpenCL/vendors/intel-cpu.icd
646
- python -c "import dpctl; dpctl.lsplatform()"
647
- export ARRAY_API_TESTS_MODULE=dpctl.tensor
648
645
cd /home/runner/work/array-api-tests
649
- pytest --json-report --json-report-file=$FILE --disable-deadline --skips-file ${GITHUB_WORKSPACE}/.github/workflows/array-api-skips.txt array_api_tests/ || true
646
+ ${CONDA_PREFIX}/bin/python -c "import dpctl; dpctl.lsplatform()"
647
+ export ARRAY_API_TESTS_MODULE=dpctl.tensor
648
+ ${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
650
649
- name : Set Github environment variables
651
650
shell : bash -l {0}
652
651
run : |
@@ -707,5 +706,5 @@ jobs:
707
706
- name : Cleanup old packages
708
707
run : |
709
708
python scripts/cleanup-old-packages.py \
710
- --verbose --force --token ${{ secrets.ANACONDA_TOKEN }} \
711
- --package dppy/${{ env.PACKAGE_NAME }} --label dev
709
+ --verbose --force --token ${{ secrets.ANACONDA_TOKEN }} \
710
+ --package dppy/${{ env.PACKAGE_NAME }} --label dev
You can’t perform that action at this time.
0 commit comments