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