Skip to content

Commit

Permalink
CI does not need awscli (#1232)
Browse files Browse the repository at this point in the history
The CI workflow does not need the AWS CLI.
  • Loading branch information
zaro0508 committed Jun 4, 2022
1 parent 4a39790 commit 0e376b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
. ./venv/bin/activate
pip install -r requirements/prod.txt
pip install -r requirements/dev.txt
pip install awscli
- save_cache:
key:
sceptre-{{ .Environment.CACHE_VERSION }}-requirements-{{ arch }}-{{
Expand Down

0 comments on commit 0e376b4

Please sign in to comment.