Skip to content

Commit

Permalink
Added step to download libpq-dev package
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLazarescu authored Sep 21, 2023
1 parent dbb2a02 commit d49923d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/master_gutendex-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
python-version: '3.11'

- name: Install apt packages
run: sudo apt-get install libpq-dev

- name: Create and start virtual environment
run: |
python -m venv venv
Expand Down

0 comments on commit d49923d

Please sign in to comment.