Skip to content

Commit

Permalink
Fixed missing pg_config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonye Jack committed Nov 20, 2019
1 parent 9aec463 commit bcffacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y --no-install-recommends build-essential checkinstall zlib1g-dev openssl
sudo apt-get install -y --no-install-recommends libpq-dev
make tox
env:
# use postgres for the host here because we have specified a container for the job.
Expand Down

0 comments on commit bcffacc

Please sign in to comment.