Skip to content

Commit 4911ca4

Browse files
Update .appveyor.yml
Removing comments. Keep the one commented line that disabled automatic updates of conda itself.
1 parent b095fc6 commit 4911ca4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.appveyor.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,13 @@ 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:
1916
CONDA_INSTALL_LOCN: C:\\Miniconda37-x64
2017

2118
install:
22-
# - call %CONDA_INSTALL_LOCN%\Scripts\conda update --yes conda
2319
- call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
2420
# - conda config --set auto_update_conda false
25-
# - conda install --yes conda=4.3.8 --force
26-
# - conda install --yes -c conda-forge charset-normalizer=2.0.5 --force
27-
# - conda update --yes -n base conda
28-
# - conda config --add channels conda-forge --force
29-
# - conda clean --all --yes
3021
- conda install -c conda-forge --yes --quiet flang jom
3122
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
3223
- set "LIB=%CONDA_INSTALL_LOCN%\Library\lib;%LIB%"

0 commit comments

Comments
 (0)