Skip to content

Commit 88fc8f9

Browse files
committed
fix deploy workflow
1 parent fba2b56 commit 88fc8f9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ jobs:
5656
- name: Checkout code
5757
uses: actions/checkout@v4
5858

59+
- name: Setup python
60+
id: setup-python
61+
uses: actions/setup-python@v5
62+
with:
63+
python-version: '3.12'
64+
5965
- name: Install and configure Poetry
6066
uses: snok/install-poetry@v1.4
6167
with:

0 commit comments

Comments
 (0)