From 12ec66a263c60be071d22adfae8a04a14e2af1f3 Mon Sep 17 00:00:00 2001 From: arcondello Date: Mon, 28 Nov 2022 14:26:40 -0800 Subject: [PATCH] Use cimg/ rather than circleci/ in CI --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0896d56..c791bc0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -38,7 +38,7 @@ jobs: type: string docker: - - image: circleci/python:3.9 + - image: cimg/python:3.9 environment: <<: *global-environment @@ -90,7 +90,7 @@ jobs: build-sdist: docker: - - image: circleci/python:3.9 + - image: cimg/python:3.9 steps: - checkout @@ -124,7 +124,7 @@ jobs: deploy-all: docker: - - image: circleci/python:3.9 + - image: cimg/python:3.9 steps: - attach_workspace: @@ -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 @@ -177,7 +177,7 @@ jobs: test-sdist: docker: - - image: circleci/python:3.9 + - image: cimg/python:3.9 steps: - checkout