mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
More data pipeline fixes
This commit is contained in:
parent
1f5df11954
commit
3654aac819
1 changed files with 4 additions and 0 deletions
4
.github/workflows/deploy_backend_main.yml
vendored
4
.github/workflows/deploy_backend_main.yml
vendored
|
@ -26,6 +26,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.10']
|
python-version: ['3.10']
|
||||||
|
environment: Staging
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source
|
- name: Checkout source
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -59,6 +60,9 @@ jobs:
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get -y install gdal-bin
|
sudo apt-get -y install gdal-bin
|
||||||
ogrinfo --version
|
ogrinfo --version
|
||||||
|
- name: Get Census Data
|
||||||
|
run: |
|
||||||
|
poetry run python3 data_pipeline/application.py pull-census-data -s aws
|
||||||
- name: Generate Score
|
- name: Generate Score
|
||||||
run: |
|
run: |
|
||||||
poetry run python3 data_pipeline/application.py score-full-run
|
poetry run python3 data_pipeline/application.py score-full-run
|
||||||
|
|
Loading…
Add table
Reference in a new issue