Gr1N apparently does not respect working-directory; also adding poetry version print

This commit is contained in:
Nat Hillard 2021-08-06 14:47:14 -04:00
parent 08d1686b9a
commit 83265b8d14

View file

@ -25,8 +25,12 @@ jobs:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Setup Poetry - name: Setup Poetry
uses: Gr1N/setup-poetry@v4 uses: Gr1N/setup-poetry@v4
- name: Print Poetry version
run: poetry --version
- name: Install dependencies - name: Install dependencies
run: poetry install run: |
cd data/data-pipeline
poetry install
- name: Run tox - name: Run tox
run: | run: |
poetry run download_census poetry run download_census