We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9670b31 commit eefe71eCopy full SHA for eefe71e
appveyor.yml
@@ -59,8 +59,9 @@ install:
59
- cmd: rmdir C:\cygwin /s /q
60
61
# install our build environment
62
- - cmd: conda config --set show_channel_urls yes --set always_yes yes --set changeps1 no
63
- - cmd: conda update -q conda
+ - cmd: conda config --set show_channel_urls true --set always_yes true --set changeps1 false
+ #- cmd: conda update -q conda
64
+ - cmd: conda install conda==4.0.8
65
- cmd: conda config --add channels http://conda.anaconda.org/pandas
66
- cmd: conda config --set ssl_verify false
67
0 commit comments