Skip to content

Commit

Permalink
Increase verbosity of Install Dependencies job
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-Jess committed Mar 24, 2024
1 parent f5dab36 commit c068ecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cdkactions_build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
cd backend
pip install pipenv
pipenv install --deploy --dev
pipenv run pip freeze
- name: Lint (flake8)
run: |-
cd backend
Expand Down

0 comments on commit c068ecd

Please sign in to comment.