Skip to content

Commit

Permalink
Don't use sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe committed Jan 19, 2023
1 parent 02eb261 commit c23bcb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
keys:
- v2-dependencies-{{ checksum "Pipfile.lock" }}-{{ checksum "thumbs/Pipfile.lock" }}
- v2-dependencies-default
- run: &install-pipenv sudo pip install -U urllib3 cryptography==3.3.2 pipenv pip --quiet --no-input
- run: sudo pip uninstall -y poetry
- run: &install-pipenv pip install -U urllib3 cryptography==3.3.2 pipenv pip --quiet --no-input
- run: pip uninstall -y poetry
- run: pipenv install --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 c23bcb8

Please sign in to comment.