Skip to content

Commit

Permalink
change to python container and remove install step
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairewj committed Aug 17, 2024
1 parent e58ecab commit 4e89550
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/psql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
# only run if PR is approved
if: github.event.review.state == 'approved'
runs-on: ubuntu-latest
container: node:latest
container: python:3.10

services:
# Label used to access the service container
Expand All @@ -28,11 +28,6 @@ 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 4e89550

Please sign in to comment.