From e737a5443fa2b6c6f6e6e88d87cbc4c901e4b652 Mon Sep 17 00:00:00 2001 From: tcely Date: Sun, 18 May 2025 01:02:52 -0400 Subject: [PATCH] Use lock separately --- .github/workflows/ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d967c585..a1f8d5ee 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -99,10 +99,11 @@ jobs: #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 install --system - pipenv requirements - name: Set up Django environment run: | cp -v -p tubesync/tubesync/local_settings.py.example tubesync/tubesync/local_settings.py