Skip to content

Commit 7a2abad

Browse files
authored
Update appveyor.yml
1 parent b086bf0 commit 7a2abad

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

appveyor.yml

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

5252
# Check that we have the expected version and architecture for Python
5353
- "python --version"

0 commit comments

Comments
 (0)