From 88927f242cb5b3d08c4f3aaae4a0ee60a43b732a Mon Sep 17 00:00:00 2001 From: lakkeger Date: Wed, 20 Mar 2024 13:30:25 +0100 Subject: [PATCH] fix(ci:circleci): Change python version in executor --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9f85fac..ccf2185 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,8 +1,11 @@ version: 2.1 orbs: localstack: localstack/platform@2.1 + jobs: save-state: + docker: + - image: cimg/python:3.9 executor: localstack/default steps: - localstack/start @@ -28,6 +31,8 @@ jobs: # - ~/.cache/pip # key: python-deps load-state: + docker: + - image: cimg/python:3.9 executor: localstack/default steps: - localstack/start