Skip to content

Commit 1a06e1e

Browse files
committed
fix: setup python
1 parent e98176d commit 1a06e1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/alfred.yml

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17+
- uses: actions/setup-python@v5
18+
with:
19+
python-version: '3.13'
20+
1721
- name: Build Alfred workflow
1822
id: builder
1923
run: |

0 commit comments

Comments
 (0)