Skip to content

Commit d7614a3

Browse files
Merge pull request #627 from martin-frbg/appveyor-conda
Update conda version used in Appveyor
2 parents c30e502 + 4911ca4 commit d7614a3

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.appveyor.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,14 @@ skip_commits:
1111
# Add [av skip] to commit messages
1212
message: /\[av skip\]/
1313

14-
cache:
15-
- '%APPVEYOR_BUILD_FOLDER%\build'
16-
1714
environment:
1815
global:
19-
CONDA_INSTALL_LOCN: C:\\Miniconda36-x64
16+
CONDA_INSTALL_LOCN: C:\\Miniconda37-x64
2017

2118
install:
2219
- call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
23-
- conda config --set auto_update_conda false
24-
- conda config --add channels conda-forge --force
25-
- conda install --yes --quiet flang jom
20+
# - conda config --set auto_update_conda false
21+
- conda install -c conda-forge --yes --quiet flang jom
2622
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
2723
- set "LIB=%CONDA_INSTALL_LOCN%\Library\lib;%LIB%"
2824
- set "CPATH=%CONDA_INSTALL_LOCN%\Library\include;%CPATH%"

0 commit comments

Comments
 (0)