From 9953092ee33a4eb41350ae97d1694eead7f28d51 Mon Sep 17 00:00:00 2001 From: tcely Date: Sat, 17 May 2025 23:08:15 -0400 Subject: [PATCH] Also upgrade `pip` --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 54a0d553..4a295bf3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -93,7 +93,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - python -m pip install uv + python -m pip install --upgrade pip uv PIPENV_VERBOSITY=64 uvx --no-config --no-managed-python -v --from 'pipenv==2022.12.19' pipenv install --system --skip-lock - name: Set up Django environment run: |