mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 05:56:37 +00:00
Disable verbose output
This commit is contained in:
parent
a76919aef4
commit
71cf95cdef
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -94,12 +94,12 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install uv
|
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
|
pip install --system --strict pipenv
|
||||||
pipenv lock
|
pipenv lock
|
||||||
PIPENV_VERBOSITY=64 pipenv requirements | tee requirements.txt
|
pipenv requirements | tee requirements.txt
|
||||||
#PIPENV_VERBOSITY=64 pipenv install --system --skip-lock
|
#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
|
pip install --system --strict --requirements requirements.txt
|
||||||
- name: Set up Django environment
|
- name: Set up Django environment
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user