Skip to content

Commit

Permalink
remove 'colcon-ros' as manual dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Jun 22, 2024
1 parent 6e60a87 commit 4873473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
apt install -y apt-rdepends ros-${{ matrix.distribution }}-launch-ros
python3 -m venv ~/.venvs/dev
. ~/.venvs/dev/bin/activate
pip install colcon-ros lark
pip install lark
pip install colcon-lint
- name: build and test
Expand Down

0 comments on commit 4873473

Please sign in to comment.