Skip to content

Commit

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

jobs:
save-state:
docker:
- image: cimg/python:3.9
executor: localstack/default
steps:
- run:
name: Install python3
command: apt-get update && apt-get install -y python3
- localstack/start
- checkout
- run:
Expand All @@ -31,10 +31,11 @@ jobs:
# - ~/.cache/pip
# key: python-deps
load-state:
docker:
- image: cimg/python:3.9
executor: localstack/default
steps:
- run:
name: Install python3
command: apt-get update && apt-get install -y python3
- localstack/start
- checkout
- run:
Expand Down

0 comments on commit 35e7052

Please sign in to comment.