Skip to content

Commit 1dfa41c

Browse files
committed
add setup python to workflow
1 parent f826074 commit 1dfa41c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/psql.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
- name: Check out repository code
2929
uses: actions/checkout@v3
3030

31+
- name: Install Python
32+
uses: actions/setup-python@v5
33+
with:
34+
python-version: '3.10'
35+
3136
- name: Download demo data
3237
uses: ./.github/actions/download-demo
3338

0 commit comments

Comments
 (0)