From 54f56a740f29c30a9829ba4f3133bbcf429abf79 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Tue, 29 Jun 2021 14:16:50 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c8c13fb46..7701f1632 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -48,7 +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 --yes + - if [%COMPILER%]==[clang-cl] conda install tqdm=4.31 --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 install --yes --quiet clangdev cmake ninja flang=11.0.1