Skip to content

Commit

Permalink
Pin pipenv to allow file URLs in requirements.txt
Browse files Browse the repository at this point in the history
This is until pypa/pipenv#5780 is resolved
  • Loading branch information
symroe committed Jul 5, 2023
1 parent e188fc7 commit 13fcf6e
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 @@ -14,7 +14,7 @@ jobs:
- restore_cache:
keys:
- v2-dependencies-{{ checksum "Pipfile.lock" }}
- run: &install-pipenv pip install -U pipenv urllib3 wheel==0.38.4 pip --quiet --no-input
- run: &install-pipenv pip install -U pipenv==2023.6.26 urllib3 wheel==0.38.4 pip --quiet --no-input
- run: pipenv install --dev
- run: pipenv 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 13fcf6e

Please sign in to comment.