Skip to content

Commit

Permalink
Install dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdivo committed May 11, 2024
1 parent 5c0fb8a commit 905aadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: Install dependencies
run: |
apt-get update -q
apt-get install -qy python3-pip python-is-python3 python3-colcon-ros ros-$ROS_DISTRO-example-interfaces
apt-get install -qy python3-pip python-is-python3 ros-dev-tools ros-$ROS_DISTRO-example-interfaces
# pip install --upgrade pip setuptools
# python -m pip install -e './ros2_easy_test[dev]'
-
Expand Down

0 comments on commit 905aadb

Please sign in to comment.