mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
Use uv pip
This commit is contained in:
parent
9953092ee3
commit
31acdc8a73
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@ -93,8 +93,9 @@ jobs:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
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
|
||||
python -m pip install uv
|
||||
uv -v pip install 'pipenv==2022.12.19'
|
||||
PIPENV_VERBOSITY=64 pipenv install --system --skip-lock
|
||||
- name: Set up Django environment
|
||||
run: |
|
||||
cp -v -p tubesync/tubesync/local_settings.py.example tubesync/tubesync/local_settings.py
|
||||
|
Loading…
Reference in New Issue
Block a user