Skip to content

Commit 356f7ac

Browse files
committed
fix python version
1 parent 390fdbc commit 356f7ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Python 3.9
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: 3.12
18+
python-version: 3.9
1919

2020
- name: Install poetry
2121
run: pip install poetry

0 commit comments

Comments
 (0)