Skip to content

Commit 47be5fd

Browse files
Fix: Remove setup-python step, let uv manage Python
uv sync automatically installs the correct Python version from .python-version Co-Authored-By: Amp <amp@ampcode.com>
1 parent 04305fa commit 47be5fd

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ jobs:
2424
- name: Install uv
2525
uses: astral-sh/setup-uv@v4
2626

27-
- name: Set up Python
28-
uses: actions/setup-python@v5
29-
with:
30-
python-version-file: .python-version
31-
3227
- name: Install dependencies
3328
run: uv sync
3429

0 commit comments

Comments
 (0)