typo on gen score

This commit is contained in:
Jorge Escobar 2021-10-14 13:48:46 -04:00
parent b60830da0e
commit 8b2225f22e

View file

@ -33,7 +33,7 @@ jobs:
run: poetry install run: poetry install
- name: Run Scripts - name: Run Scripts
run: | run: |
poetry run python3 data_pipeline/application.py score_full_run poetry run python3 data_pipeline/application.py score-full-run
- name: Configure AWS Credentials - name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1 uses: aws-actions/configure-aws-credentials@v1
with: with: