Skip to content

Commit

Permalink
Merge pull request #1133 from IntelPython/fix/pin_ci_conda_channels
Browse files Browse the repository at this point in the history
Pin CI conda channels
  • Loading branch information
Diptorup Deb authored Sep 19, 2023
2 parents 8b0d09c + 28a89ad commit 8469712
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,9 @@ jobs:
echo "PACKAGE_VERSION=$PACKAGE_VERSION" >> $GITHUB_ENV
# We want to make sure that all dependecies install automatically.
# intel::intel-opencl-rt is needed for set-intel-ocl-icd-registry.ps1
- name: Install builded package
run: mamba install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} opencl_rt pytest -c ${{ env.CHANNEL_PATH }}
run: mamba install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} intel::intel-opencl-rt pytest -c ${{ env.CHANNEL_PATH }}

- name: Setup OpenCL CPU device
if: runner.os == 'Windows'
Expand Down

0 comments on commit 8469712

Please sign in to comment.