Skip to content

Commit

Permalink
Merge pull request #1212 from GSA/fix-snyk
Browse files Browse the repository at this point in the history
add libpq-dev to fix psycopg2 error
  • Loading branch information
rshewitt committed Jan 18, 2024
2 parents e8b87e7 + 5dfa52b commit 2a77249
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 2a77249

Please sign in to comment.