Skip to content

Commit 186201d

Browse files
committed
Ensure the testing dpnp package is not replaced with older version while installing OCL RT package
1 parent fa44bf8 commit 186201d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ jobs:
377377
MAMBA_NO_LOW_SPEED_LIMIT: 1
378378

379379
- name: Install OCL CPU RT from Intel channel
380-
run: mamba install intel-opencl-rt=*=intel_* ${{ env.channels-list }}
380+
run: mamba install ${{ env.package-name }}=${{ env.PACKAGE_VERSION }} intel-opencl-rt=*=intel_* ${{ env.channels-list }}
381381

382382
- name: List installed packages
383383
run: mamba list

0 commit comments

Comments
 (0)