We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74f82b commit cecf064Copy full SHA for cecf064
.appveyor.yml
@@ -8,12 +8,12 @@ environment:
8
9
install:
10
# windows config (for installation)
11
- - cmd: "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
+ - cmd: "%PYTHON%\\Scripts\\activate"
12
- cmd: setlocal
13
- cmd: set ANACONDA_API_TOKEN=
14
# conda config
15
- conda config --set always_yes yes --set changeps1 no
16
- - conda update -q conda
+ - conda update -q conda tqdm
17
- conda install conda-build anaconda-client
18
- pip install -i https://pypi.anaconda.org/psyplot/simple --no-deps psyplot-ci-orb
19
- conda config --add channels conda-forge
0 commit comments