Skip to content

Commit

Permalink
Rolling back CircleCI image due to python-poetry/poetry#7184
Browse files Browse the repository at this point in the history
  • Loading branch information
natsunlee committed Jan 15, 2023
1 parent faafc6c commit b270df7
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.16
- image: cimg/python:3.9.15
steps:
- checkout
- run:
command: |
poetry build
run-tests:
docker:
- image: cimg/python:3.9.16
- image: cimg/python:3.9.15
steps:
- checkout
- run:
Expand All @@ -21,7 +21,7 @@ jobs:
poetry run coveralls
bumpversion-patch:
docker:
- image: cimg/python:3.9.16
- image: cimg/python:3.9.15
steps:
- checkout
- add_ssh_keys:
Expand All @@ -36,7 +36,7 @@ jobs:
git push && git push --tags
deploy:
docker:
- image: cimg/python:3.9.16
- image: cimg/python:3.9.15
steps:
- checkout
- run:
Expand Down

0 comments on commit b270df7

Please sign in to comment.