Skip to content

Commit

Permalink
Add install postgis
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Almeida committed Jul 5, 2022
1 parent 6d1d7ea commit c7dcdc5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
python -m pip install -r requirements.txt
python -m pip install -r cerulean_cloud/cloud_run_offset_tiles/requirements.txt
python -m pip install -r cerulean_cloud/titiler_sentinel/requirements.txt

- name: Install postgis
run: sudo apt-get install postgis -y

- name: Run pytest
run: python -m pytest --disable-pytest-warnings
Expand Down

0 comments on commit c7dcdc5

Please sign in to comment.