Skip to content

Commit 55e847c

Browse files
authored
Update appveyor.yml
1 parent 92c6398 commit 55e847c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ install:
3737
- conda config --set always_yes yes --set changeps1 no
3838
- conda update -q conda
3939
- conda info -a
40-
- "python -m pip3 install --upgrade pip"
41-
- "python -m pip3 install numpy"
40+
- "python -m pip install --upgrade pip"
41+
- "python -m pip install numpy"
4242
- conda env create -f C:\\projects\pythonrobotics\environment.yml
4343
- activate python_robotics
4444

0 commit comments

Comments
 (0)