Skip to content

Commit

Permalink
Set paths to PG client tools, remove debugging outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamHawtin committed Nov 18, 2024
1 parent 8f01ea2 commit 95cde0c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ jobs:
ENABLE_DJANGO_DEFENDER: 'false'
POSTGRES_HOST_AUTH_METHOD: trust
SECRET_KEY: fake_secret_key_to_run_tests # pragma: allowlist secret
PG_DUMP: /usr/bin/pg_dump
PG_RESTORE: /usr/bin/pg_restore

services:
postgres:
Expand All @@ -174,9 +176,6 @@ jobs:
python-version-file: .python-version
cache: poetry

- name: check pg_dump
run: which pg_dump

- name: Install dependencies
run: make install-dev

Expand Down

0 comments on commit 95cde0c

Please sign in to comment.