Skip to content

Commit 2483f93

Browse files
author
Minggang Wang
committed
Add numpy as dependency
Fix #NONE
1 parent d117fff commit 2483f93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- run: brew tap osrf/simulation
2727
- run: brew install osrf/simulation/[email protected]
2828
- run: brew link --force [email protected]
29-
- run: python3 -m pip install catkin_pkg empy git+https://github.com/lark-parser/[email protected] pyparsing pyyaml setuptools argcomplete colcon-common-extensions
29+
- run: python3 -m pip install catkin_pkg empy git+https://github.com/lark-parser/[email protected] pyparsing pyyaml setuptools argcomplete colcon-common-extensions numpy
3030
- run: mkdir -p ~/ros2_install && cd ~/ros2_install && wget https://ci.ros2.org/view/packaging/job/packaging_osx/lastSuccessfulBuild/artifact/ws/ros2-package-osx-x86_64.tar.bz2 && tar xf ros2-package-osx-x86_64.tar.bz2
3131
- run: wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
3232
- run: echo "source $HOME/.bashrc" >> ~/.bash_profile

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ before_build:
3333
- setx AMENT_PYTHON_EXECUTABLE "c:\Python37"
3434
- refreshenv
3535
- "SET PATH=%PYTHON3%;%PYTHON3%\\bin;%PYTHON3%\\Scripts;%PATH%"
36-
- python -m pip install -U catkin_pkg empy git+https://github.com/lark-parser/[email protected] pyparsing pyyaml setuptools colcon-common-extensions pip
36+
- python -m pip install -U catkin_pkg empy git+https://github.com/lark-parser/[email protected] pyparsing pyyaml setuptools colcon-common-extensions numpy
3737

3838
build_script:
3939
- cd c:\proj\rclnodejs

0 commit comments

Comments
 (0)