Skip to content

Commit 6ebcce2

Browse files
authored
Work around current conda/tqdm auto-update problem
1 parent 1a8b613 commit 6ebcce2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ environment:
4747
install:
4848
- if [%COMPILER%]==[clang-cl] call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
4949
- if [%COMPILER%]==[clang-cl] conda config --add channels conda-forge --force
50+
- if [%COMPILER%]==[clang-cl] conda config --set auto_update_conda false
5051
- if [%COMPILER%]==[clang-cl] conda install --yes --quiet clangdev cmake ninja flang=11.0.1
5152
- if [%COMPILER%]==[clang-cl] call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
5253
- if [%COMPILER%]==[clang-cl] set "LIB=%CONDA_INSTALL_LOCN%\Library\lib;%LIB%"

0 commit comments

Comments
 (0)