Skip to content

Commit

Permalink
Fixed Poetry Install via --no-ansi per Poetry [PR#7184](python-poetry…
Browse files Browse the repository at this point in the history
  • Loading branch information
rsforbes committed Mar 23, 2023
1 parent fccc712 commit 06a097c
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 @@ -17,7 +17,7 @@ jobs:

steps:
- checkout
- run: poetry install
- run: poetry install --no-ansi
- unless:
condition: << parameters.circle_pr_number >>
steps:
Expand Down

0 comments on commit 06a097c

Please sign in to comment.