Skip to content

Commit

Permalink
Pip install packages with pipenv run
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed Sep 19, 2024
1 parent afef77a commit ccf34de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run: pip install pipenv==2024.0.1
- run: pipenv --version
- run: pipenv run pip install -U urllib3 cryptography==3.3.2 pip --quiet --no-input
- run: sudo pip uninstall -y poetry
- run: pipenv 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 Expand Up @@ -44,6 +44,7 @@ jobs:
# - run:
# command: pipenv run black-check
# name: Black
- run: pipenv sync --dev
- run: pipenv run collectstatic
# - run:
# command: pipenv run pytest --flakes
Expand Down

0 comments on commit ccf34de

Please sign in to comment.