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:
20
20
21
21
install :
22
22
- call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
23
- - conda config --set auto_update_conda false
23
+ # - conda config --set auto_update_conda false
24
24
- 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
28
28
- conda install --yes --quiet flang jom
29
29
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
30
30
- set "LIB=%CONDA_INSTALL_LOCN%\Library\lib;%LIB%"
You can’t perform that action at this time.
0 commit comments