Skip to content

Commit

Permalink
Merge pull request #30 from Idein/fix-ci
Browse files Browse the repository at this point in the history
Fix CI (add --no-ansi to poetry install)
  • Loading branch information
ishiy1993 authored Jan 18, 2023
2 parents 3fd5756 + 444b727 commit 0c5db49
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 @@ -39,7 +39,7 @@ commands:
name: poetry install
command: |
poetry config virtualenvs.in-project true
poetry install
poetry install --no-ansi
- save_cache:
key: *cache-key-poetry
paths:
Expand Down

0 comments on commit 0c5db49

Please sign in to comment.