Skip to content

Commit 5b803e1

Browse files
committed
conda to use the default channels
1 parent 27641b8 commit 5b803e1

File tree

1 file changed

+1
-1
lines changed
  • src/universal/.devcontainer/local-features/patch-conda

1 file changed

+1
-1
lines changed

src/universal/.devcontainer/local-features/patch-conda/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ update_conda_package() {
4343
PACKAGE=$1
4444
VERSION=$2
4545

46-
sudo_if "conda install $PACKAGE=$VERSION"
46+
sudo_if "conda install -y -c defaults $PACKAGE=$VERSION"
4747
}
4848

4949
sudo_if /opt/conda/bin/python3 -m pip install --upgrade pip

0 commit comments

Comments
 (0)