Skip to content

Commit

Permalink
add libpq-dev to fix psycopg2 error
Browse files Browse the repository at this point in the history
Error: pg_config executable not found.
  • Loading branch information
FuhuXia committed Jan 18, 2024
1 parent 3ee5e81 commit 7210e68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
sudo apt-get update -y
sudo apt-get install -y \
openssl libssl-dev libffi-dev pkg-config libxml2-dev \
libxmlsec1-dev libxmlsec1-openssl libgeos-dev proj-bin
libxmlsec1-dev libxmlsec1-openssl libgeos-dev proj-bin \
libpq-dev
pip3 install -r requirements.txt
- name: Run Snyk Scan
run: |
Expand Down

0 comments on commit 7210e68

Please sign in to comment.