Log more details about what pipenv installs

This commit is contained in:
tcely 2025-04-03 00:31:56 -04:00 committed by GitHub
parent ce87da3ce5
commit f5ad4eda16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pipenv
pipenv install --system --skip-lock
PIPENV_VERBOSITY=64 pipenv install --system --skip-lock
- name: Set up Django environment
run: |
cp -v -p tubesync/tubesync/local_settings.py.example tubesync/tubesync/local_settings.py