From a76919aef411dcd64d7ab783aea271566e8ab063 Mon Sep 17 00:00:00 2001 From: tcely Date: Sun, 18 May 2025 01:09:57 -0400 Subject: [PATCH] Install with `uv` is faster --- .github/workflows/ci.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a1f8d5ee..0f02ffd1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -96,14 +96,11 @@ jobs: python -m pip install uv uv --no-config --no-managed-python --no-progress -v \ pip install --system --strict pipenv - #PIPENV_VERBOSITY=64 pipenv lock - #PIPENV_VERBOSITY=64 pipenv requirements > requirements.txt - #cat -v -n requirements.txt - PIPENV_VERBOSITY=64 pipenv install --system --skip-lock pipenv lock - pipenv requirements - #uv --no-config --no-managed-python --no-progress -v \ - # pip install --system --strict --requirements requirements.txt + PIPENV_VERBOSITY=64 pipenv requirements | tee requirements.txt + #PIPENV_VERBOSITY=64 pipenv install --system --skip-lock + uv --no-config --no-managed-python --no-progress -v \ + pip install --system --strict --requirements requirements.txt - name: Set up Django environment run: | cp -v -p tubesync/tubesync/local_settings.py.example tubesync/tubesync/local_settings.py