mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
Install with uv
is faster
This commit is contained in:
parent
e737a5443f
commit
a76919aef4
11
.github/workflows/ci.yaml
vendored
11
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user