From 8b8c0aa0bb5ff5ea7317ac8a0c793b7d18fed764 Mon Sep 17 00:00:00 2001 From: Jonny Browning Date: Tue, 1 Aug 2023 17:17:05 +0100 Subject: [PATCH] ci: fix poetry install in ci --- cloudbuild/pr-checks.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cloudbuild/pr-checks.yaml b/cloudbuild/pr-checks.yaml index 61e1c923..e07c0c51 100644 --- a/cloudbuild/pr-checks.yaml +++ b/cloudbuild/pr-checks.yaml @@ -22,6 +22,8 @@ steps: args: - -c - | + curl -sSL https://install.python-poetry.org | python3 - && \ + export PATH="/builder/home/.local/bin:$$PATH && \ make setup && \ git init && \ git add . && \