Skip to content

Commit

Permalink
Use pipenv run
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed Sep 19, 2024
1 parent ccf34de commit 3799798
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 @@ -16,7 +16,7 @@ jobs:
- run: pipenv --version
- run: pipenv run pip install -U urllib3 cryptography==3.3.2 pip --quiet --no-input
- run: pipenv run pip uninstall -y poetry
- run: pipenv install --dev
- run: pipenv sync --dev
- run: pipenv check # before save_cache so an insecure cache is never saved
- run: make lambda-layers/DependenciesLayer/requirements.txt
- run: npm install
Expand Down

0 comments on commit 3799798

Please sign in to comment.