Skip to content

Commit

Permalink
Use the latest Python image & activate poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkatronic committed May 19, 2021
1 parent 5c4adf0 commit d1de26e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
python: circleci/python@1.0.0
python: circleci/python@1.4.0

executors:
docker-publisher:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit d1de26e

Please sign in to comment.