We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58ecab commit 4e89550Copy full SHA for 4e89550
.github/workflows/psql.yml
@@ -8,7 +8,7 @@ jobs:
8
# only run if PR is approved
9
if: github.event.review.state == 'approved'
10
runs-on: ubuntu-latest
11
- container: node:latest
+ container: python:3.10
12
13
services:
14
# Label used to access the service container
@@ -28,11 +28,6 @@ jobs:
28
- name: Check out repository code
29
uses: actions/checkout@v3
30
31
- - name: Install Python
32
- uses: actions/setup-python@v5
33
- with:
34
- python-version: '3.10'
35
-
36
- name: Download demo data
37
uses: ./.github/actions/download-demo
38
0 commit comments