File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ environment:
2020
2121install :
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%"
You can’t perform that action at this time.
0 commit comments