From 3840b5b71459dd49a24f3acde81bb12af93f6346 Mon Sep 17 00:00:00 2001 From: Wolfgang Hoenig Date: Thu, 4 Jul 2024 20:00:25 +0200 Subject: [PATCH] CI: install venv --- .github/workflows/ci-ros2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-ros2.yml b/.github/workflows/ci-ros2.yml index ea365367c..b507b7a73 100644 --- a/.github/workflows/ci-ros2.yml +++ b/.github/workflows/ci-ros2.yml @@ -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/