Skip to content

Commit 30fa5a8

Browse files
authored
Merge pull request #9 from arcondello/fix/stop-using-deprecated-circleci-image
Use cimg/ rather than circleci/ in CI
2 parents 0843667 + 12ec66a commit 30fa5a8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
type: string
3939

4040
docker:
41-
- image: circleci/python:3.9
41+
- image: cimg/python:3.9
4242

4343
environment:
4444
<<: *global-environment
@@ -90,7 +90,7 @@ jobs:
9090

9191
build-sdist:
9292
docker:
93-
- image: circleci/python:3.9
93+
- image: cimg/python:3.9
9494

9595
steps:
9696
- checkout
@@ -124,7 +124,7 @@ jobs:
124124

125125
deploy-all:
126126
docker:
127-
- image: circleci/python:3.9
127+
- image: cimg/python:3.9
128128

129129
steps:
130130
- attach_workspace:
@@ -146,7 +146,7 @@ jobs:
146146
# suffices to just do it once
147147
test-codecov:
148148
docker:
149-
- image: circleci/python:3.9
149+
- image: cimg/python:3.9
150150

151151
steps:
152152
- checkout
@@ -177,7 +177,7 @@ jobs:
177177
178178
test-sdist:
179179
docker:
180-
- image: circleci/python:3.9
180+
- image: cimg/python:3.9
181181

182182
steps:
183183
- checkout

0 commit comments

Comments
 (0)