mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 09:41:26 -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
|
||||
- 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
|
||||
# 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 Census Script
|
||||
run: |
|
||||
poetry run python3 data_pipeline/application.py census-data-download -zc
|
||||
|
|
Loading…
Add table
Reference in a new issue