Skip to content

Commit cecf064

Browse files
committed
use Scripts/activate for conda and update tqdm
1 parent d74f82b commit cecf064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ environment:
88

99
install:
1010
# windows config (for installation)
11-
- cmd: "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
11+
- cmd: "%PYTHON%\\Scripts\\activate"
1212
- cmd: setlocal
1313
- cmd: set ANACONDA_API_TOKEN=
1414
# conda config
1515
- conda config --set always_yes yes --set changeps1 no
16-
- conda update -q conda
16+
- conda update -q conda tqdm
1717
- conda install conda-build anaconda-client
1818
- pip install -i https://pypi.anaconda.org/psyplot/simple --no-deps psyplot-ci-orb
1919
- conda config --add channels conda-forge

0 commit comments

Comments
 (0)