Skip to content

Commit

Permalink
Make output of poetry install more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmoreton committed May 22, 2023
1 parent 201db3b commit 98977bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98977bb

Please sign in to comment.