From 59b1fe4c39b7ccab75c4f6168009fac89fb518b1 Mon Sep 17 00:00:00 2001 From: Adrienne Stilp Date: Mon, 17 Jun 2024 16:04:33 -0700 Subject: [PATCH] Change verbosity back to single v for pip-compile --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 357f30d4..fd5a58c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,8 +82,8 @@ jobs: - name: Recompile pip files if requested if: matrix.pip-recompile run: | - pip-compile -vvv requirements/requirements.in - pip-compile -vvv requirements/test-requirements.in + pip-compile -v requirements/requirements.in + pip-compile -v requirements/test-requirements.in # Print out changes. git diff