diff --git a/.ci/pipeline/ci.yml b/.ci/pipeline/ci.yml index 133d74b1036..4f1d878ed88 100755 --- a/.ci/pipeline/ci.yml +++ b/.ci/pipeline/ci.yml @@ -138,7 +138,7 @@ jobs: conda create -n ci-env -q -y -c conda-forge -c intel impi-devel=2021.10.0 displayName: 'apt-get and conda install' - script: | - .ci/env/apt.sh install_dpcpp + .ci/env/apt.sh dpcpp displayName: 'dpcpp installation' - script: | source /opt/intel/oneapi/compiler/latest/env/vars.sh diff --git a/dev/docker/onedal-dev.Dockerfile b/dev/docker/onedal-dev.Dockerfile index ea02c289738..432585cb7b5 100644 --- a/dev/docker/onedal-dev.Dockerfile +++ b/dev/docker/onedal-dev.Dockerfile @@ -30,7 +30,7 @@ RUN apt-get update && \ RUN .ci/env/apt.sh dev-base # Installing environment for DPCPP development dependencies -RUN .ci/env/apt.sh install_dpcpp +RUN .ci/env/apt.sh dpcpp # Installing environment for clang-format RUN .ci/env/apt.sh clang-format