Skip to content

Commit

Permalink
try just postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
SerRichard committed Feb 23, 2024
1 parent e5a4b54 commit f4775dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ jobs:
- name: Install Postgresql 15 for unit tests
id: install-postgres-15
run: |
echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" | sudo tee /etc/apt/sources.list.d/pgdg.list && \
sudo apt-get update -qy && \
sudo apt install -qy postgresql-15
sudo apt install -qy postgresql
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit f4775dc

Please sign in to comment.