Skip to content

Commit 9107496

Browse files
NarineKfacebook-github-bot
authored andcommitted
Fix failing conda (#1000)
Summary: Fix failing conda Pull Request resolved: #1000 Reviewed By: 99warriors Differential Revision: D38222553 Pulled By: NarineK fbshipit-source-id: 4e949041297d8caedd0658e6322a4054454ca788
1 parent 9e1538e commit 9107496

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/install_via_conda.sh

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ while getopts 'nf' flag; do
1616
# update conda
1717
# removing due to setuptools error during update
1818
#conda update -y -n base -c defaults conda
19+
conda update --all --yes
1920

2021
# required to use conda develop
2122
conda install -y conda-build

0 commit comments

Comments
 (0)