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 f23f6e6 commit 834d9c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- name: Install dependencies
run: |
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc
apt-key add -
apt-get update
apt-get -y install postgresql-14
python -m pip install --upgrade pip
Expand Down

0 comments on commit 834d9c8

Please sign in to comment.