diff --git a/.circleci/config.yml b/.circleci/config.yml index 2e8af6c..fd792c1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -151,10 +151,10 @@ jobs: - run: name: Install poetry dependencies command: | - # Remove this pin once the upstream Poetry issue is fixed: + sudo pip3 install poetry + # This flag is important, due to an open upstream Poetry issue: # https://github.com/python-poetry/poetry/issues/7184 - sudo pip3 install poetry==1.2.2 - poetry install + poetry install --no-ansi - run: name: Prepare cache directory command: |