Skip to content

Commit 43383ff

Browse files
committed
Remove separate setup-python in workflow
Let setup-uv handle the Python version management. It seems to be sufficiently efficient.
1 parent 8664eff commit 43383ff

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v6
3434

35-
- name: Set up Python
36-
uses: actions/setup-python@v6
37-
with:
38-
python-version-file: ".python-version"
39-
4035
- name: Install uv
4136
uses: astral-sh/setup-uv@v7
4237
with:

0 commit comments

Comments
 (0)