File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3838 type : string
3939
4040 docker :
41- - image : circleci /python:3.9
41+ - image : cimg /python:3.9
4242
4343 environment :
4444 << : *global-environment
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
You can’t perform that action at this time.
0 commit comments