Skip to content

Commit

Permalink
un-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Sep 18, 2024
1 parent 0909e3b commit 79a691b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ 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 --verbose
- run: pipenv sync --dev
- run: pipenv check # before save_cache so an insecure cache is never saved
- run: make lambda-layers/DependenciesLayer/requirements.txt
- persist_to_workspace:
Expand Down

0 comments on commit 79a691b

Please sign in to comment.