Skip to content

Commit

Permalink
Merge pull request #9 from arcondello/fix/stop-using-deprecated-circl…
Browse files Browse the repository at this point in the history
…eci-image

Use cimg/ rather than circleci/ in CI
  • Loading branch information
arcondello authored Nov 28, 2022
2 parents 0843667 + 12ec66a commit 30fa5a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
type: string

docker:
- image: circleci/python:3.9
- image: cimg/python:3.9

environment:
<<: *global-environment
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:

build-sdist:
docker:
- image: circleci/python:3.9
- image: cimg/python:3.9

steps:
- checkout
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:

deploy-all:
docker:
- image: circleci/python:3.9
- image: cimg/python:3.9

steps:
- attach_workspace:
Expand All @@ -146,7 +146,7 @@ jobs:
# suffices to just do it once
test-codecov:
docker:
- image: circleci/python:3.9
- image: cimg/python:3.9

steps:
- checkout
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
test-sdist:
docker:
- image: circleci/python:3.9
- image: cimg/python:3.9

steps:
- checkout
Expand Down

0 comments on commit 30fa5a8

Please sign in to comment.