Skip to content

Commit e6a3c35

Browse files
committed
CI: fix conda version on appveyor
1 parent 5a0eb5a commit e6a3c35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ install:
6565

6666
# install our build environment
6767
- cmd: conda config --set show_channel_urls true --set always_yes true --set changeps1 false
68-
- cmd: conda update -q conda
68+
#- cmd: conda update -q conda
69+
- cmd: conda install conda=4.2.15
6970
- cmd: conda config --set ssl_verify false
7071

7172
# add the pandas channel *before* defaults to have defaults take priority

0 commit comments

Comments
 (0)