Skip to content

Commit 211fbbe

Browse files
authored
allow conda updates again
1 parent 1acee22 commit 211fbbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ install:
2424
- conda config --add channels conda-forge --force
2525
- conda clean --all --yes
2626
# - conda install --yes conda=4.3.8 --force
27-
- conda install --yes -c conda-forge charset-normalizer=2.0.5 --force
28-
# - conda update --yes -n base conda
27+
# - conda install --yes -c conda-forge charset-normalizer=2.0.5 --force
28+
- conda update --yes -n base conda
2929
- conda install --yes --quiet flang jom
3030
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
3131
- set "LIB=%CONDA_INSTALL_LOCN%\Library\lib;%LIB%"

0 commit comments

Comments
 (0)