From 71cf95cdefe046dfc6c596d5c42c3776f6548f1f Mon Sep 17 00:00:00 2001 From: tcely Date: Sun, 18 May 2025 01:14:11 -0400 Subject: [PATCH] Disable verbose output --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0f02ffd1..3aa4d49b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -94,12 +94,12 @@ jobs: - name: Install dependencies run: | python -m pip install uv - uv --no-config --no-managed-python --no-progress -v \ + uv --no-config --no-managed-python --no-progress \ pip install --system --strict pipenv pipenv lock - PIPENV_VERBOSITY=64 pipenv requirements | tee requirements.txt + pipenv requirements | tee requirements.txt #PIPENV_VERBOSITY=64 pipenv install --system --skip-lock - uv --no-config --no-managed-python --no-progress -v \ + uv --no-config --no-managed-python --no-progress \ pip install --system --strict --requirements requirements.txt - name: Set up Django environment run: |