Skip to content

Commit b092323

Browse files
authored
conda to use the default channels (#1586)
1 parent 0bf522e commit b092323

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)