Update appveyor.yml

This commit is contained in:
Martin Kroeker 2021-06-29 14:25:37 +02:00 committed by GitHub
parent 54f56a740f
commit f3cc523125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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