Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Sep 18, 2024
1 parent a9b0248 commit b72c18f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- v6-dependencies-{{ checksum "Pipfile.lock" }}
- v6-dependencies-default
- run: &install-pipenv pip install -U pipenv pip --quiet --no-input
- run: pipenv --version
- run: pip list
- run: pipenv run pip list
- 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 b72c18f

Please sign in to comment.