mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-30 01:41:17 -07:00
Update generate-census.yml
This commit is contained in:
parent
86e121103a
commit
16c863ad7e
1 changed files with 3 additions and 2 deletions
5
.github/workflows/generate-census.yml
vendored
5
.github/workflows/generate-census.yml
vendored
|
@ -33,9 +33,10 @@ jobs:
|
|||
run: poetry install
|
||||
- name: Install GDAL/ogr2ogr
|
||||
run: |
|
||||
sudo add-apt-repository ppa:ubuntugis/ppa
|
||||
sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
|
||||
sudo apt-get update
|
||||
sudo apt-get install python3-wheel gdal-bin libgdal-dev
|
||||
sudo apt-get install gdal-bin libgdal-dev
|
||||
pip install GDAL==3.2.3
|
||||
- name: Run Census Script
|
||||
run: |
|
||||
poetry run python3 data_pipeline/application.py census-data-download -zc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue