Skip to content

Commit

Permalink
Fix problem with conda install tqdm on Appveyor (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanPaulShapo committed Oct 14, 2017
1 parent 0ff3112 commit 2b7be5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ environment:

matrix:

- PYTHON_VERSION: 3.5
MINICONDA: C:\Miniconda35-x64
- PYTHON_VERSION: 3.6
MINICONDA: C:\Miniconda36-x64

- PYTHON_VERSION: 2.7
MINICONDA: C:\Miniconda-x64
Expand All @@ -44,9 +44,9 @@ clone_folder: C:\projects\bigartm
install:
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda update -q -c conda-forge conda
- conda info -a
- conda install numpy scipy pandas pytest
- conda install -c conda-forge numpy scipy pandas pytest
- conda install -c conda-forge tqdm

# scripts to run before build
Expand Down

0 comments on commit 2b7be5e

Please sign in to comment.