Skip to content

Commit

Permalink
CI: Revert to circleci/python
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientourbier committed Dec 24, 2021
1 parent 087645b commit 79899bd
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
Expand Up @@ -439,7 +439,7 @@ jobs:
type: string
default: latest
docker:
- image: cimg/python:<< parameters.version >>
- image: circleci/python:<< parameters.version >>
steps:
- checkout
- run:
Expand Down Expand Up @@ -468,7 +468,7 @@ jobs:
deploy-pypi-release:
docker:
- image: cimg/python:3.6
- image: circleci/python:3.6
steps:
- checkout
- run:
Expand Down

0 comments on commit 79899bd

Please sign in to comment.