From d1de26e19f74d07e407d1bca674282dff10cf17a Mon Sep 17 00:00:00 2001 From: Joey Wilhelm Date: Wed, 19 May 2021 09:13:17 -0600 Subject: [PATCH] Use the latest Python image & activate poetry --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 86ca4a5e2..983e80f6a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 orbs: - python: circleci/python@1.0.0 + python: circleci/python@1.4.0 executors: docker-publisher: @@ -41,7 +41,7 @@ commands: name: 'Install Poetry' command: | curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python - - + . $HOME/.poetry/env jobs: lint-and-unit-tests: