Also install libpq-dev

This commit is contained in:
Carlos Quintana 2022-04-28 16:10:43 +02:00
parent 0a34c1547f
commit 8fedceb090
No known key found for this signature in database
GPG Key ID: 15E73DCC410679F8
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ jobs:
if: ${{ matrix.python-version }} == '3.10'
run: |
sudo apt update
sudo apt install -y libre2-dev
sudo apt install -y libre2-dev libpq-dev
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'