Skip to content

Commit 466fe73

Browse files
committed
fix: re-add python to the action because it didn't build without it
1 parent 32ad56f commit 466fe73

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
- name: Setup Pages
3131
uses: actions/configure-pages@v3
3232

33+
- name: Install Python
34+
uses: actions/setup-python@v5
35+
with:
36+
python-version-file: '.python-version'
37+
3338
- name: Install uv
3439
uses: astral-sh/setup-uv@v3
3540
with:

0 commit comments

Comments
 (0)