mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
Do not output hashes
This commit is contained in:
parent
f6b56c1c4e
commit
3a326a526b
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -97,7 +97,7 @@ jobs:
|
||||
uv --no-config --no-managed-python --no-progress -v \
|
||||
pip install --system --strict pipenv
|
||||
PIPENV_VERBOSITY=64 pipenv lock
|
||||
PIPENV_VERBOSITY=64 pipenv requirements --hash > requirements.txt
|
||||
PIPENV_VERBOSITY=64 pipenv requirements > requirements.txt
|
||||
cat -v -n requirements.txt
|
||||
uv --no-config --no-managed-python --no-progress -v \
|
||||
pip install --system --strict --requirements requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user