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