Skip to content

Commit

Permalink
back to installing postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Mar 17, 2021
1 parent 5b2de2e commit 3059bb4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install postgresql
run: |
# Create the file repository configuration:
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
# Import the repository signing key:
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
# Update the package lists:
sudo apt update
sudo apt install -y postgresql-${{ matrix.postgres-version }}
- name: Install dependencies
Expand Down

0 comments on commit 3059bb4

Please sign in to comment.