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