Merge pull request #21617 from BerriAI/fix/regenerate-lock-no-update-flag

fix(ci): remove --no-update flag removed in Poetry 2.x
This commit is contained in:
jquinter 2026-02-19 20:09:57 -03:00 committed by GitHub
commit b88ecb11f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ jobs:
- name: Regenerate poetry.lock
# --no-update: re-solve only what pyproject.toml requires without
# upgrading packages that are already in the lock file.
run: poetry lock --no-update
run: poetry lock
- name: Check whether poetry.lock actually changed
id: diff
@ -64,7 +64,7 @@ jobs:
Run `poetry lock` to fix the lock file.
```
Regenerated with `poetry lock --no-update` (existing package versions are preserved; only the lock file metadata is updated to match the new constraints).
Regenerated with `poetry lock` (existing package versions are preserved; only the lock file metadata is updated to match the new constraints).
BODY
gh pr create \