Skip to content

Commit

Permalink
Trying to fix tqdm bug appveyor conda
Browse files Browse the repository at this point in the history
  • Loading branch information
bstellato committed Nov 7, 2017
1 parent c377604 commit 781669b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/appveyor/install.cmd
Expand Up @@ -34,6 +34,8 @@ set PATH=%MINICONDA_PATH%;%MINICONDA_PATH%\\Scripts;%PATH%


conda config --set always_yes yes --set changeps1 no
REM This, together with next line, disables conda auto update (fixes problem with tqdm)
conda config --set auto_update_conda false
REM conda update -q conda
conda info -a
conda install conda-build anaconda-client
Expand Down

0 comments on commit 781669b

Please sign in to comment.