More data pipeline fixes

This commit is contained in:
ericiwamoto 2024-11-25 12:56:50 -08:00 committed by Carlos Felix
parent 1f5df11954
commit 3654aac819

View file

@ -26,6 +26,7 @@ jobs:
strategy:
matrix:
python-version: ['3.10']
environment: Staging
steps:
- name: Checkout source
uses: actions/checkout@v4
@ -59,6 +60,9 @@ jobs:
sudo apt-get update
sudo apt-get -y install gdal-bin
ogrinfo --version
- name: Get Census Data
run: |
poetry run python3 data_pipeline/application.py pull-census-data -s aws
- name: Generate Score
run: |
poetry run python3 data_pipeline/application.py score-full-run