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 649540b commit 276f251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: 3.7.7
- name: Install dependencies
run: |
sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
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
sudo apt-get update
Expand Down

0 comments on commit 276f251

Please sign in to comment.