Skip to content

Commit

Permalink
add setup python to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairewj committed Feb 20, 2024
1 parent f826074 commit 1dfa41c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/psql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3

- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: Download demo data
uses: ./.github/actions/download-demo

Expand Down

0 comments on commit 1dfa41c

Please sign in to comment.