Skip to content

Commit

Permalink
install setuptools with pip and pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Sep 5, 2024
1 parent 23b6fbf commit 0b036eb
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 @@ -15,7 +15,7 @@ jobs:
keys:
- v3-dependencies-{{ checksum "Pipfile.lock" }}
- v3-dependencies-default
- run: &install-pipenv pip install -U pipenv pip --quiet --no-input
- run: &install-pipenv pip install -U setuptools pipenv pip --quiet --no-input
- run: pipenv sync --dev
- run: pipenv check # before save_cache so an insecure cache is never saved
- run: make lambda-layers/DependenciesLayer/requirements.txt
Expand Down

0 comments on commit 0b036eb

Please sign in to comment.