Skip to content

Commit ef699d0

Browse files
committed
Fix CI config.
1 parent c378bc1 commit ef699d0

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ image: Visual Studio 2015
22

33
build: false
44

5-
install:
6-
- cmd: git submodule update --init --recursive
7-
8-
95
environment:
106
matrix:
117
- PYTHON_VERSION: 3.4
@@ -15,6 +11,7 @@ init:
1511
- "echo %PYTHON_VERSION% %MINICONDA%"
1612

1713
install:
14+
- cmd: git submodule update --init --recursive
1815
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
1916
- conda config --set always_yes yes --set changeps1 no
2017
- conda update -q conda

0 commit comments

Comments
 (0)