mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
temp comment gdal
This commit is contained in:
parent
361654f4e2
commit
77ccc78f76
1 changed files with 4 additions and 4 deletions
8
.github/workflows/generate-census.yml
vendored
8
.github/workflows/generate-census.yml
vendored
|
@ -33,10 +33,10 @@ jobs:
|
||||||
run: poetry install
|
run: poetry install
|
||||||
- name: Install GDAL/ogr2ogr
|
- name: Install GDAL/ogr2ogr
|
||||||
run: |
|
run: |
|
||||||
sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
|
# sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
|
||||||
sudo apt-get update
|
# sudo apt-get update
|
||||||
sudo apt-get install gdal-bin libgdal-dev
|
# sudo apt-get install gdal-bin libgdal-dev
|
||||||
pip install GDAL==3.2.3
|
# 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