From c66cf3a233a26e132bd01fe3afc80ef120f90954 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Tue, 17 Dec 2024 19:38:21 -0800 Subject: [PATCH] Add python packages into ubuntu runner pipeline --- resources/ubuntu-runner-pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/ubuntu-runner-pipeline.yml b/resources/ubuntu-runner-pipeline.yml index 151ab392..187bd96f 100644 --- a/resources/ubuntu-runner-pipeline.yml +++ b/resources/ubuntu-runner-pipeline.yml @@ -98,6 +98,10 @@ spec: packages: - git - jq + - python3 + - python3-dev + - python3-pip + - python3-venv - virtualbox - vagrant bootcmd: