From 02c7e1611010e51d81bccb34a0f55dcbab88a1e3 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Tue, 29 Jun 2021 14:30:08 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 3d774e81f..f991ec7c4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -48,9 +48,7 @@ install: - if [%COMPILER%]==[clang-cl] call %CONDA_INSTALL_LOCN%\Scripts\activate.bat - if [%COMPILER%]==[clang-cl] conda config --add channels conda-forge --force - if [%COMPILER%]==[clang-cl] conda list conda - - if [%COMPILER%]==[clang-cl] conda install tqdm=4.19 --yes - - if [%COMPILER%]==[clang-cl] conda update --force conda-env --yes - - if [%COMPILER%]==[clang-cl] conda update --force conda --yes + - if [%COMPILER%]==[clang-cl] conda config --set auto_update_conda false - if [%COMPILER%]==[clang-cl] conda install --yes --quiet clangdev cmake ninja flang=11.0.1 - if [%COMPILER%]==[clang-cl] call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64 - if [%COMPILER%]==[clang-cl] set "LIB=%CONDA_INSTALL_LOCN%\Library\lib;%LIB%"