From 8012eae7f37b0915a6de22c5ccc3a2092cf68c61 Mon Sep 17 00:00:00 2001 From: Lucas Walter Date: Sat, 19 Feb 2022 16:48:20 -0800 Subject: [PATCH] need rosunit in github action, using apt package for now --- dependencies.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dependencies.sh b/dependencies.sh index 976c807..4024a29 100755 --- a/dependencies.sh +++ b/dependencies.sh @@ -36,3 +36,6 @@ apt-get install -y python3-netifaces apt-get install -y python3-pycryptodome apt-get install -y python3-gnupg + +# TODO(lucasw) get this from source later +apt-get install -y python3-rosunit