Skip to content

Commit 6b40e12

Browse files
use python 3.9 in workflow
1 parent 1620f32 commit 6b40e12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
environment: production
1515

1616
steps:
17+
- name: Set up Python 3.9
18+
uses: actions/setup-python@v5
19+
with:
20+
python-version: '3.9'
1721
- name: Checkout Repo
1822
uses: actions/checkout@v4
1923

0 commit comments

Comments
 (0)