Update appveyor.yml

This commit is contained in:
Atsushi Sakai
2019-02-27 21:58:23 +09:00
committed by GitHub
parent 06ec1baf0e
commit 92c6398b80

View File

@@ -37,7 +37,8 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- "python -m pip install --upgrade pip"
- "python -m pip3 install --upgrade pip"
- "python -m pip3 install numpy"
- conda env create -f C:\\projects\pythonrobotics\environment.yml
- activate python_robotics