mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
Gr1N apparently does not respect working-directory; also adding poetry version print
This commit is contained in:
parent
08d1686b9a
commit
83265b8d14
1 changed files with 5 additions and 1 deletions
6
.github/workflows/deploy_data.yml
vendored
6
.github/workflows/deploy_data.yml
vendored
|
@ -25,8 +25,12 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
- name: Setup Poetry
|
||||
uses: Gr1N/setup-poetry@v4
|
||||
- name: Print Poetry version
|
||||
run: poetry --version
|
||||
- name: Install dependencies
|
||||
run: poetry install
|
||||
run: |
|
||||
cd data/data-pipeline
|
||||
poetry install
|
||||
- name: Run tox
|
||||
run: |
|
||||
poetry run download_census
|
||||
|
|
Loading…
Add table
Reference in a new issue