Skip to content

Commit

Permalink
switching to conda env file
Browse files Browse the repository at this point in the history
  • Loading branch information
napetrov committed Sep 16, 2023
1 parent 66f6e69 commit 515659d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/env/apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function install_dev-base {
}

function install_dev-base-conda {
conda create -n ci-env -q -y -c conda-forge -c intel impi-devel=2021.10.0
conda env create -f environment.yml
}

if [ "${component}" == "dpcpp" ]; then
Expand Down

0 comments on commit 515659d

Please sign in to comment.