mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
apparently Gr1N does respect working-directory
This commit is contained in:
parent
94f0e142a2
commit
c9cbe209b8
1 changed files with 1 additions and 3 deletions
4
.github/workflows/deploy_data.yml
vendored
4
.github/workflows/deploy_data.yml
vendored
|
@ -30,9 +30,7 @@ jobs:
|
||||||
- name: Print poetry version
|
- name: Print poetry version
|
||||||
run: poetry --version
|
run: poetry --version
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: poetry install
|
||||||
cd data/data-pipeline
|
|
||||||
poetry install
|
|
||||||
- name: Run Scripts
|
- name: Run Scripts
|
||||||
run: |
|
run: |
|
||||||
poetry run download_census
|
poetry run download_census
|
||||||
|
|
Loading…
Add table
Reference in a new issue