Skip to content

Commit

Permalink
Use AWS CLI Orb over pip installing
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe committed Nov 13, 2024
1 parent 6c38dae commit b67bcf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
version: 2.1
orbs:
slack: circleci/[email protected]
aws-cli: circleci/[email protected]

executors:
py312:
Expand Down Expand Up @@ -196,7 +197,7 @@ jobs:
- attach_workspace:
at: ~/repo/
- run: printenv DC_ENVIRONMENT
- run: pip install awscli==1.29.5
- aws-cli/setup
- run:
name: post deploy tests
command: |
Expand Down

0 comments on commit b67bcf3

Please sign in to comment.