Skip to content

Commit

Permalink
instal postgres 14 in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Hlamallama committed Jan 11, 2024
1 parent 276f251 commit 249b443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
sudo wget --quiet -O /usr/share/keyrings/postgresql-archive-keyring.gpg https://www.postgresql.org/media/keys/ACCC4CF8.asc
echo "signed-by=/usr/share/keyrings/postgresql-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/pgdg.gpg > /dev/null
gpg --no-default-keyring --keyring /usr/share/keyrings/postgresql-archive-keyring.gpg --import /usr/share/keyrings/postgresql-archive-keyring.gpg
sudo apt-get update
sudo apt-get -y install postgresql-14
python -m pip install --upgrade pip
Expand Down

0 comments on commit 249b443

Please sign in to comment.