Skip to content

Commit

Permalink
fix(ci:circleci): Change python version in executor
Browse files Browse the repository at this point in the history
  • Loading branch information
lakkeger committed Mar 20, 2024
1 parent 4bdfff2 commit 88927f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
version: 2.1
orbs:
localstack: localstack/[email protected]

jobs:
save-state:
docker:
- image: cimg/python:3.9
executor: localstack/default
steps:
- localstack/start
Expand All @@ -28,6 +31,8 @@ jobs:
# - ~/.cache/pip
# key: python-deps
load-state:
docker:
- image: cimg/python:3.9
executor: localstack/default
steps:
- localstack/start
Expand Down

0 comments on commit 88927f2

Please sign in to comment.