From 98977bb797a763f41aaa9b48e250d9795c01e1ca Mon Sep 17 00:00:00 2001 From: Nick Moreton Date: Mon, 22 May 2023 15:30:03 +0100 Subject: [PATCH] Make output of poetry install more verbose --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0316ac419..dd75b4254 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,7 +25,7 @@ jobs: curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.4.2 python3 - python -m venv venv . ./venv/bin/activate - poetry install + poetry install -vvv - save_cache: paths: - ./venv