Skip to content

Commit 091e246

Browse files
authored
Update appveyor.yml
1 parent 927055b commit 091e246

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

appveyor.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,15 @@ install:
3838
- conda update -q conda
3939
- conda info -a
4040
- "python -m pip install --upgrade pip"
41-
- conda env create -f C:\\projects\pythonrobotics\environment.yml
42-
- activate python_robotics
41+
- conda install numpy==1.15
42+
- conda install scipy
43+
- conda install matplotlib
44+
- conda install pandas
45+
- conda install -c conda-forge lapack
46+
- conda install -c cvxgrp cvxpy
47+
- conda install coveralls
48+
#- conda env create -f C:\\projects\pythonrobotics\environment.yml
49+
#- activate python_robotics
4350

4451
# Check that we have the expected version and architecture for Python
4552
- "python --version"

0 commit comments

Comments
 (0)