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 @@ -354,6 +354,9 @@ jobs:
354354 TEST_CHANNELS : ' -c ${{ env.channel-path }} ${{ env.channels-list }}'
355355 MAMBA_NO_LOW_SPEED_LIMIT : 1
356356
357+ - name : Install OCL CPU RT from Intel channel
358+ run : mamba install intel-opencl-rt=*=intel_* ${{ env.channels-list }}
359+
357360 - name : List installed packages
358361 run : mamba list
359362
Original file line number Diff line number Diff line change 9292 run : |
9393 mamba install ${{ env.package-name }}=${{ steps.find_latest_tag.outputs.tag }} ${{ env.test-packages }} ${{ env.channels-list }}
9494
95+ - name : Install OCL CPU RT from Intel channel
96+ run : mamba install intel-opencl-rt=*=intel_* ${{ env.channels-list }}
97+
9598 - name : List installed packages
9699 run : mamba list
97100
You can’t perform that action at this time.
0 commit comments