Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Nov 28, 2023
1 parent d940654 commit 5a0a587
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-deployment.yaml
Expand Up @@ -52,7 +52,9 @@ jobs:
uses: actions/checkout@v4

- name: psycopg2 prerequisites
run: sudo apt-get install libpq-dev postgresql-client gdal-bin libgdal-dev
run: |
sudo apt update
sudo apt install libpq-dev postgresql-client gdal-bin libgdal-dev
- name: Install pipenv
run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
Expand Down

0 comments on commit 5a0a587

Please sign in to comment.