Skip to content

Commit

Permalink
Try the postgres package instead
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamHawtin committed Nov 19, 2024
1 parent b8314e6 commit 78cbbed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ jobs:
- name: Install Playwright
run: poetry run python -m playwright install --with-deps

- name: Install/Update Postgres Client
run: sudo apt-get update && sudo apt-get install -y postgresql-client-16
- name: Install/Update Postgres
run: sudo apt-get install -y postgresql-16

- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 78cbbed

Please sign in to comment.