From 12a1a20b8be87759290d9da8fe96831b6e6ddb0f Mon Sep 17 00:00:00 2001 From: Jorge Escobar <83969469+esfoobar-usds@users.noreply.github.com> Date: Thu, 14 Oct 2021 13:08:55 -0400 Subject: [PATCH] Update generate-census.yml --- .github/workflows/generate-census.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/generate-census.yml b/.github/workflows/generate-census.yml index bc70348a..010742eb 100644 --- a/.github/workflows/generate-census.yml +++ b/.github/workflows/generate-census.yml @@ -39,7 +39,7 @@ jobs: pip install GDAL==3.2.3 - name: Run Census Script run: | - poetry run python3 data_pipeline/application.py census-data-download -zc + # poetry run python3 data_pipeline/application.py census-data-download -zc - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v1 with: @@ -48,6 +48,8 @@ jobs: aws-region: us-east-1 - name: Upload Census Zip to Geoplatform AWS run: | + ls ./data_pipeline/data + ls ./data_pipeline/data/tmp aws s3 sync ./data_pipeline/data/tmp/census.zip s3://justice40-data/data-sources/census.zip --acl public-read --delete - name: Update PR with Comment about deployment uses: mshick/add-pr-comment@v1