diff --git a/.github/workflows/update-versions.yaml b/.github/workflows/update-versions.yaml index 39f0fa53..623548f2 100644 --- a/.github/workflows/update-versions.yaml +++ b/.github/workflows/update-versions.yaml @@ -110,7 +110,7 @@ jobs: - name: Regenerate poetry.lock if: inputs.new_ray_version != '' || inputs.new_sdk_version != '' run: | - poetry lock --no-update + poetry lock echo "Regenerated poetry.lock" - name: Update runtime image SHAs