We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c6398 commit 55e847cCopy full SHA for 55e847c
appveyor.yml
@@ -37,8 +37,8 @@ install:
37
- conda config --set always_yes yes --set changeps1 no
38
- conda update -q conda
39
- conda info -a
40
- - "python -m pip3 install --upgrade pip"
41
- - "python -m pip3 install numpy"
+ - "python -m pip install --upgrade pip"
+ - "python -m pip install numpy"
42
- conda env create -f C:\\projects\pythonrobotics\environment.yml
43
- activate python_robotics
44
0 commit comments