Skip to content

Commit

Permalink
CI: install venv
Browse files Browse the repository at this point in the history
  • Loading branch information
whoenig committed Jul 4, 2024
1 parent ddf57a4 commit 3840b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-ros2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: install dependencies
run: |
sudo apt update
sudo apt install -y libusb-1.0-0-dev python3-pip
sudo apt install -y libusb-1.0-0-dev python3-pip python3-venv
- name: install pip dependencies
# TODO: would be better to follow https://answers.ros.org/question/370666/how-to-declare-an-external-python-dependency-in-ros2/
Expand Down

0 comments on commit 3840b5b

Please sign in to comment.