Skip to content

Commit f0cdba0

Browse files
committed
Don't install python manually in draft-release workflow
1 parent bbf378d commit f0cdba0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/draft-release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ jobs:
1414
- name: Install poetry
1515
run: pipx install poetry
1616

17-
- name: Set up Python
18-
uses: actions/setup-python@v6
19-
with:
20-
python-version: 3.x
21-
2217
- name: Get release version
2318
run: |
2419
echo "version=$(poetry version --short)" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)