Skip to content

Commit

Permalink
Update CircleCI image version to support Poetry >= 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natsunlee committed Jan 15, 2023
1 parent cca2d62 commit faafc6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ version: 2.1
jobs:
test-build:
docker:
- image: cimg/python:3.9.10
- image: cimg/python:3.9.16
steps:
- checkout
- run:
command: |
poetry build
run-tests:
docker:
- image: cimg/python:3.9.10
- image: cimg/python:3.9.16
steps:
- checkout
- run:
Expand All @@ -21,7 +21,7 @@ jobs:
poetry run coveralls
bumpversion-patch:
docker:
- image: cimg/python:3.9.10
- image: cimg/python:3.9.16
steps:
- checkout
- add_ssh_keys:
Expand All @@ -36,7 +36,7 @@ jobs:
git push && git push --tags
deploy:
docker:
- image: cimg/python:3.9.10
- image: cimg/python:3.9.16
steps:
- checkout
- run:
Expand Down

0 comments on commit faafc6c

Please sign in to comment.