Skip to content

Commit

Permalink
Specify more verbosity for pip-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Jun 17, 2024
1 parent cf12a8d commit 96ae985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
- name: Recompile pip files if requested
if: matrix.pip-recompile
run: |
pip-compile -v requirements/requirements.in
pip-compile -v requirements/test-requirements.in
pip-compile -vvv requirements/requirements.in
pip-compile -vvv requirements/test-requirements.in
# Print out changes.
git diff
Expand Down

0 comments on commit 96ae985

Please sign in to comment.