remove hash inforcement for now

This commit is contained in:
Matthias Mair 2026-01-19 23:40:13 +01:00
parent 7cfe5a28b9
commit cc3815cd6d
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ def run_install(
'pip3 install --no-cache-dir --disable-pip-version-check -U uv setuptools',
)
info('Installed package manager')
run(c, f'uv pip install -U --require-hashes -r {install_file}')
run(c, f'uv pip install -U -r {install_file}')
def yarn(c, cmd):