Skip to content

Commit

Permalink
install setuptools for sam build
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Sep 5, 2024
1 parent e170c88 commit b9a35b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- checkout
- attach_workspace:
at: ~/repo/
- run: pip install --upgrade pip
- run: pip install --upgrade pip setuptools
- run: pip install -r lambda-layers/DependenciesLayer/requirements.txt
- run: make collectstatic
- run: sam build ${DASH_DASH_DEBUG}
Expand Down

0 comments on commit b9a35b2

Please sign in to comment.