mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 17:44:20 -08:00
Adding ogr2ogr install
This commit is contained in:
parent
c9cbe209b8
commit
2927992637
1 changed files with 6 additions and 0 deletions
6
.github/workflows/deploy_data.yml
vendored
6
.github/workflows/deploy_data.yml
vendored
|
@ -31,6 +31,12 @@ jobs:
|
|||
run: poetry --version
|
||||
- name: Install dependencies
|
||||
run: poetry install
|
||||
- name: Install GDAL/ogr2ogr
|
||||
run: |
|
||||
sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
|
||||
sudo apt-get update
|
||||
sudo apt-get install gdal-bin libgdal-dev
|
||||
pip install GDAL==3.2.3
|
||||
- name: Run Scripts
|
||||
run: |
|
||||
poetry run download_census
|
||||
|
|
Loading…
Add table
Reference in a new issue