From 3654aac8190a0e3e0e3196e66484131e6ffe288e Mon Sep 17 00:00:00 2001 From: ericiwamoto <100735505+ericiwamoto@users.noreply.github.com> Date: Mon, 25 Nov 2024 12:56:50 -0800 Subject: [PATCH] More data pipeline fixes --- .github/workflows/deploy_backend_main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy_backend_main.yml b/.github/workflows/deploy_backend_main.yml index e2f0245a..a3077ca2 100644 --- a/.github/workflows/deploy_backend_main.yml +++ b/.github/workflows/deploy_backend_main.yml @@ -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