We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0eb5a commit e6a3c35Copy full SHA for e6a3c35
appveyor.yml
@@ -65,7 +65,8 @@ install:
65
66
# install our build environment
67
- cmd: conda config --set show_channel_urls true --set always_yes true --set changeps1 false
68
- - cmd: conda update -q conda
+ #- cmd: conda update -q conda
69
+ - cmd: conda install conda=4.2.15
70
- cmd: conda config --set ssl_verify false
71
72
# add the pandas channel *before* defaults to have defaults take priority
0 commit comments