From f64c9685baab83cf6416a6e749b899884b73dc39 Mon Sep 17 00:00:00 2001 From: andrewc Date: Tue, 1 Oct 2024 19:44:03 +1000 Subject: [PATCH] Install pip --- kibot-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kibot-ci.yml b/kibot-ci.yml index 2e523ba..5b467f0 100644 --- a/kibot-ci.yml +++ b/kibot-ci.yml @@ -127,7 +127,7 @@ image: boms: - cd $CI_PROJECT_DIR/.gitlab/.scripts/ki-ntree/ - - pip install poetry + - apt update && apt install pip -y && pip install --break-system-packages poetry - poetry install - cd $CI_PROJECT_DIR/Fabrication - 'SEARCH="bom.csv"' @@ -226,6 +226,7 @@ outputs_dev: SUFF_SCH: run_drc print_sch SUFF_PCB: run_erc,update_xml,set_text_variables print_pcb script: + - !reference [.commands, boms] - !reference [.commands, git_tag] - SUFFIX=$SUFF_SCH - !reference [.commands, kibot]