Do not output hashes

This commit is contained in:
tcely 2025-05-18 00:29:50 -04:00 committed by GitHub
parent f6b56c1c4e
commit 3a326a526b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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