File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -353,6 +353,9 @@ jobs:
353353 TEST_CHANNELS : ' -c ${{ env.channel-path }} ${{ env.channels-list }}'
354354 MAMBA_NO_LOW_SPEED_LIMIT : 1
355355
356+ - name : Install OCL CPU RT from Intel channel
357+ run : mamba install intel-opencl-rt=*=intel_* ${{ env.channels-list }}
358+
356359 - name : List installed packages
357360 run : mamba list
358361
Original file line number Diff line number Diff line change @@ -103,6 +103,9 @@ jobs:
103103 run : |
104104 mamba install ${{ env.package-name }}=${{ steps.find_latest_tag.outputs.tag }} ${{ matrix.test-packages }} ${{ env.channels-list }}
105105
106+ - name : Install OCL CPU RT from Intel channel
107+ run : mamba install intel-opencl-rt=*=intel_* ${{ env.channels-list }}
108+
106109 - name : List installed packages
107110 run : mamba list
108111
You can’t perform that action at this time.
0 commit comments