diff --git a/.github/workflows/conda-package.yml b/.github/workflows/conda-package.yml index a4a00223f..0f3aa7900 100644 --- a/.github/workflows/conda-package.yml +++ b/.github/workflows/conda-package.yml @@ -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