mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 14:06:36 +00:00
Install with uv
from requirements.txt
This commit is contained in:
parent
eb26fbca89
commit
f6b56c1c4e
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
@ -96,7 +96,12 @@ jobs:
|
|||||||
python -m pip install uv
|
python -m pip install uv
|
||||||
uv --no-config --no-managed-python --no-progress -v \
|
uv --no-config --no-managed-python --no-progress -v \
|
||||||
pip install --system --strict pipenv
|
pip install --system --strict pipenv
|
||||||
PIPENV_VERBOSITY=64 pipenv install --system --skip-lock
|
PIPENV_VERBOSITY=64 pipenv lock
|
||||||
|
PIPENV_VERBOSITY=64 pipenv requirements --hash > requirements.txt
|
||||||
|
cat -v -n requirements.txt
|
||||||
|
uv --no-config --no-managed-python --no-progress -v \
|
||||||
|
pip install --system --strict --requirements requirements.txt
|
||||||
|
#PIPENV_VERBOSITY=64 pipenv install --system --skip-lock
|
||||||
- name: Set up Django environment
|
- name: Set up Django environment
|
||||||
run: |
|
run: |
|
||||||
cp -v -p tubesync/tubesync/local_settings.py.example tubesync/tubesync/local_settings.py
|
cp -v -p tubesync/tubesync/local_settings.py.example tubesync/tubesync/local_settings.py
|
||||||
|
Loading…
Reference in New Issue
Block a user