Skip to content

Commit 8c2c0d5

Browse files
committed
👷 Remove backwards-compatible Poetry install in Release
1 parent 09d3b7c commit 8c2c0d5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@ jobs:
3030
enable-cache: true
3131
cache-dependency-glob: "uv.lock"
3232

33-
# FIXME(teo): Temporarily keep Poetry installation for workflow
34-
# backwards-compatibility until the trunk has been fully migrated to uv
35-
- name: Install Poetry
36-
run: |
37-
uv pip install poetry
38-
poetry --version
39-
4033
- name: Check if there is a parent commit
4134
id: check-parent-commit
4235
run: |

0 commit comments

Comments
 (0)