Try without explicit pipenv lock

This commit is contained in:
tcely 2025-05-18 01:18:49 -04:00 committed by GitHub
parent 71cf95cdef
commit 3fe1b54b33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,7 +96,7 @@ jobs:
python -m pip install uv
uv --no-config --no-managed-python --no-progress \
pip install --system --strict pipenv
pipenv lock
#pipenv lock
pipenv requirements | tee requirements.txt
#PIPENV_VERBOSITY=64 pipenv install --system --skip-lock
uv --no-config --no-managed-python --no-progress \