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
bad525224e
commit
9898ab1e7e
1 changed files with 3 additions and 6 deletions
9
.github/workflows/generate-census.yml
vendored
9
.github/workflows/generate-census.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy_data:
|
deploy_data:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: data/data-pipeline
|
working-directory: data/data-pipeline
|
||||||
|
@ -33,11 +33,8 @@ jobs:
|
||||||
run: poetry install
|
run: poetry install
|
||||||
- name: Install GDAL/ogr2ogr
|
- name: Install GDAL/ogr2ogr
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade --no-cache-dir setuptools==58.0.2
|
sudo add-apt-repository ppa:ubuntugis/ppa
|
||||||
sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
|
sudo apt-get -y install gdal-bin
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install gdal-bin libgdal-dev
|
|
||||||
pip install GDAL==3.2.3
|
|
||||||
- name: Run Census Script
|
- name: Run Census Script
|
||||||
run: |
|
run: |
|
||||||
poetry run python3 data_pipeline/application.py census-data-download -zc
|
poetry run python3 data_pipeline/application.py census-data-download -zc
|
||||||
|
|
Loading…
Add table
Reference in a new issue