Disable verbose output

This commit is contained in:
tcely 2025-05-18 01:14:11 -04:00 committed by GitHub
parent a76919aef4
commit 71cf95cdef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: |