We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d3b7c commit 8c2c0d5Copy full SHA for 8c2c0d5
.github/workflows/release.yml
@@ -30,13 +30,6 @@ jobs:
30
enable-cache: true
31
cache-dependency-glob: "uv.lock"
32
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
-
40
- name: Check if there is a parent commit
41
id: check-parent-commit
42
run: |
0 commit comments