Also upgrade pip

This commit is contained in:
tcely 2025-05-17 23:08:15 -04:00 committed by GitHub
parent f753d25218
commit 9953092ee3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: |