We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1538e commit 9107496Copy full SHA for 9107496
scripts/install_via_conda.sh
@@ -16,6 +16,7 @@ while getopts 'nf' flag; do
16
# update conda
17
# removing due to setuptools error during update
18
#conda update -y -n base -c defaults conda
19
+conda update --all --yes
20
21
# required to use conda develop
22
conda install -y conda-build
0 commit comments