From 6ba00c99d1702f98359237c5b1f6d1066fa0250d Mon Sep 17 00:00:00 2001 From: Max Halford Date: Thu, 2 Nov 2023 17:53:42 +0100 Subject: [PATCH] Update action.yml --- .github/actions/install-env/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/actions/install-env/action.yml b/.github/actions/install-env/action.yml index 2d76956886..a0bdc3fdba 100644 --- a/.github/actions/install-env/action.yml +++ b/.github/actions/install-env/action.yml @@ -42,4 +42,8 @@ runs: - name: Install dependencies shell: bash if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' + run: poetry install --no-interaction --no-ansi --no-root + + - name: Build + shell: bash run: poetry install --no-interaction --no-ansi