Skip to content

Commit 4c8b76d

Browse files
authored
use newer miniconda
1 parent a790c4d commit 4c8b76d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ cache:
1616

1717
environment:
1818
global:
19-
CONDA_INSTALL_LOCN: C:\\Miniconda36-x64
19+
CONDA_INSTALL_LOCN: C:\\Miniconda37-x64
2020

2121
install:
22-
- call %CONDA_INSTALL_LOCN%\Scripts\conda update --yes conda
22+
# - call %CONDA_INSTALL_LOCN%\Scripts\conda update --yes conda
2323
- call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
2424
# - conda config --set auto_update_conda false
2525
# - conda install --yes conda=4.3.8 --force
2626
# - conda install --yes -c conda-forge charset-normalizer=2.0.5 --force
2727
# - conda update --yes -n base conda
2828
# - conda config --add channels conda-forge --force
2929
# - conda clean --all --yes
30-
- conda install -c conda-forge --yes --quiet flang
30+
- conda install -c conda-forge --yes --quiet flang jom
3131
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
3232
- set "LIB=%CONDA_INSTALL_LOCN%\Library\lib;%LIB%"
3333
- set "CPATH=%CONDA_INSTALL_LOCN%\Library\include;%CPATH%"

0 commit comments

Comments
 (0)