diff --git a/.circleci/config.yml b/.circleci/config.yml index c2849bd..3a6be27 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -139,7 +139,9 @@ jobs: - run: name: Install poetry dependencies command: | - sudo pip3 install poetry + # Remove this pin once the upstream Poetry issue is fixed: + # https://github.com/python-poetry/poetry/issues/7184 + sudo pip3 install poetry==1.2.2 poetry install - run: name: Prepare cache directory