Skip to content

Commit 89173d1

Browse files
committed
CI: call conda install only once
1 parent a2a4ade commit 89173d1

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,13 @@ install:
3232
# XXX: setuptools>23 is currently broken on Win+py3 with numpy
3333
# (https://github.com/pypa/setuptools/issues/728)
3434
- conda update --all --yes setuptools=23
35-
- conda install --yes nb_conda nb_conda_kernels
3635

3736
# Install the build and runtime dependencies of the project.
3837
- "cd C:\\projects\\openml-python"
39-
- conda install --quiet --yes scikit-learn=0.18.2
40-
- conda install --quiet --yes mock numpy scipy pytest requests nbformat python-dateutil nbconvert pandas matplotlib seaborn
38+
- conda install --quiet --yes scikit-learn=0.20.0 nb_conda nb_conda_kernels numpy scipy pytest requests nbformat python-dateutil nbconvert pandas matplotlib seaborn
4139
- pip install liac-arff xmltodict oslo.concurrency
4240
- "pip install .[test]"
43-
41+
4442

4543
# Not a .NET project, we build scikit-learn in the install step instead
4644
build: false

0 commit comments

Comments
 (0)