Skip to content

Commit

Permalink
Remove opencl manual install
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzEeKkAa committed Jul 23, 2024
1 parent 1ef2e35 commit f924da6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,6 @@ jobs:
- name: Install built package
run: conda install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} intel-opencl-rt -c ${{ env.CHANNEL_PATH }}

- name: Setup OpenCL CPU device
if: runner.os == 'Windows'
shell: pwsh
run: |
$script_path="$env:CONDA_PREFIX\Scripts\set-intel-ocl-icd-registry.ps1"
&$script_path
- name: List installed packages
run: conda list

Expand Down

0 comments on commit f924da6

Please sign in to comment.