Skip to content

Commit 4e89550

Browse files
committed
change to python container and remove install step
1 parent e58ecab commit 4e89550

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/psql.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
# only run if PR is approved
99
if: github.event.review.state == 'approved'
1010
runs-on: ubuntu-latest
11-
container: node:latest
11+
container: python:3.10
1212

1313
services:
1414
# Label used to access the service container
@@ -28,11 +28,6 @@ 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-
3631
- name: Download demo data
3732
uses: ./.github/actions/download-demo
3833

0 commit comments

Comments
 (0)