From f3cc5231258968759148f1f222bd1de8c38502e4 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Tue, 29 Jun 2021 14:25:37 +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 7701f1632..3d774e81f 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=4.31 --yes + - 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 install --yes --quiet clangdev cmake ninja flang=11.0.1