Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
finnmich committed Dec 15, 2023
1 parent 2a5d2e0 commit 9361e24
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,10 @@ workflows:
jobs:
build:
working_directory: ~/package
docker:
- image: ubuntu:20.04
machine:
image: ubuntu-2204:2023.02.1
steps:
- checkout
- run:
name: Install pip3
command: |
apt-get update
apt-get install -y python3-pip
- localstack/startup
- run:
name: Test and Deploy Package
Expand Down

0 comments on commit 9361e24

Please sign in to comment.