We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b0d09c + 28a89ad commit 8469712Copy full SHA for 8469712
.github/workflows/conda-package.yml
@@ -157,8 +157,9 @@ jobs:
157
echo "PACKAGE_VERSION=$PACKAGE_VERSION" >> $GITHUB_ENV
158
159
# We want to make sure that all dependecies install automatically.
160
+ # intel::intel-opencl-rt is needed for set-intel-ocl-icd-registry.ps1
161
- name: Install builded package
- run: mamba install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} opencl_rt pytest -c ${{ env.CHANNEL_PATH }}
162
+ run: mamba install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} intel::intel-opencl-rt pytest -c ${{ env.CHANNEL_PATH }}
163
164
- name: Setup OpenCL CPU device
165
if: runner.os == 'Windows'
0 commit comments