Skip to content

Commit f6f2593

Browse files
kryanbeanecursoragent
authored andcommitted
fix(ci): remove deprecated --no-update flag from poetry lock
Poetry 2.x removed the --no-update option. The default behavior of `poetry lock` in v2 already preserves existing locked versions unless constraints have changed, matching the old --no-update semantics. Signed-off-by: kryanbeane <bryankeane0@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 1928fdc commit f6f2593

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: Regenerate poetry.lock
111111
if: inputs.new_ray_version != '' || inputs.new_sdk_version != ''
112112
run: |
113-
poetry lock --no-update
113+
poetry lock
114114
echo "Regenerated poetry.lock"
115115
116116
- name: Update runtime image SHAs

0 commit comments

Comments
 (0)