mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 21:46:44 +00:00
Try without explicit pipenv lock
This commit is contained in:
parent
71cf95cdef
commit
3fe1b54b33
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -96,7 +96,7 @@ jobs:
|
|||||||
python -m pip install uv
|
python -m pip install uv
|
||||||
uv --no-config --no-managed-python --no-progress \
|
uv --no-config --no-managed-python --no-progress \
|
||||||
pip install --system --strict pipenv
|
pip install --system --strict pipenv
|
||||||
pipenv lock
|
#pipenv lock
|
||||||
pipenv requirements | tee requirements.txt
|
pipenv requirements | tee requirements.txt
|
||||||
#PIPENV_VERBOSITY=64 pipenv install --system --skip-lock
|
#PIPENV_VERBOSITY=64 pipenv install --system --skip-lock
|
||||||
uv --no-config --no-managed-python --no-progress \
|
uv --no-config --no-managed-python --no-progress \
|
||||||
|
Loading…
Reference in New Issue
Block a user