Skip to content

Commit 32ad56f

Browse files
committed
refactor: remove redundant python setup step in github actions
1 parent c3a6c55 commit 32ad56f

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
@@ -30,11 +30,6 @@ jobs:
3030
- name: Setup Pages
3131
uses: actions/configure-pages@v3
3232

33-
- name: Setup Python
34-
uses: actions/setup-python@v5
35-
with:
36-
python-version-file: '.python-version'
37-
3833
- name: Install uv
3934
uses: astral-sh/setup-uv@v3
4035
with:

0 commit comments

Comments
 (0)