Skip to content

Commit

Permalink
Ensure the libpq{,N}-dev package is removed in CI (#1034)
Browse files Browse the repository at this point in the history
thomcc authored Feb 3, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4b9467a commit 24ad866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ jobs:
echo ""
echo "----- Remove old postgres -----"
sudo apt remove -y postgres*
sudo apt remove -y '^postgres.*' '^libpq.*'
echo ""
echo "----- Set up PostgreSQL Apt repository -----"
@@ -289,7 +289,7 @@ jobs:
echo ""
echo "----- Remove existing installations of postgres -----"
sudo apt remove -y postgres*
sudo apt remove -y '^postgres.*' '^libpq.*'
echo ""
echo "----- Install system dependencies -----"

0 comments on commit 24ad866

Please sign in to comment.