File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ environment:
19
19
CONDA_INSTALL_LOCN : C:\\Miniconda36-x64
20
20
21
21
install :
22
- - conda update --yes conda
22
+ - call %CONDA_INSTALL_LOCN%\ conda update --yes conda
23
23
- call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
24
24
# - conda config --set auto_update_conda false
25
25
# - conda install --yes conda=4.3.8 --force
26
26
# - conda install --yes -c conda-forge charset-normalizer=2.0.5 --force
27
27
# - conda update --yes -n base conda
28
28
# - conda config --add channels conda-forge --force
29
29
# - conda clean --all --yes
30
- - %CONDA_INSTALL_LOCN%\ conda install -c conda-forge --yes --quiet flang
30
+ - conda install -c conda-forge --yes --quiet flang
31
31
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
32
32
- set "LIB=%CONDA_INSTALL_LOCN%\Library\lib;%LIB%"
33
33
- set "CPATH=%CONDA_INSTALL_LOCN%\Library\include;%CPATH%"
You can’t perform that action at this time.
0 commit comments