diff --git a/.github/workflows/deploy_data.yml b/.github/workflows/deploy_data.yml index 2a08503a..1a1f8919 100644 --- a/.github/workflows/deploy_data.yml +++ b/.github/workflows/deploy_data.yml @@ -30,9 +30,7 @@ jobs: - name: Print poetry version run: poetry --version - name: Install dependencies - run: | - cd data/data-pipeline - poetry install + run: poetry install - name: Run Scripts run: | poetry run download_census