mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 01:31:25 -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:
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue