Skip to content

Commit 9c6729e

Browse files
authored
Update .appveyor.yml
1 parent 5a585d7 commit 9c6729e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ environment:
2020

2121
install:
2222
- call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
23-
- conda config --set auto_update_conda false
23+
# - conda config --set auto_update_conda false
2424
- conda config --add channels conda-forge --force
25-
- conda install --yes conda=4.3.8 --force
26-
- conda install --yes charset-normalizer --force
27-
- conda update --yes -n base conda
25+
# - conda install --yes conda=4.3.8 --force
26+
# - conda install --yes charset-normalizer --force
27+
# - conda update --yes -n base conda
2828
- conda install --yes --quiet flang jom
2929
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
3030
- set "LIB=%CONDA_INSTALL_LOCN%\Library\lib;%LIB%"

0 commit comments

Comments
 (0)