Install poetry deps

This commit is contained in:
Yax 2021-08-10 14:58:32 +02:00
parent a3c2036946
commit 033718a13c

View file

@ -19,5 +19,7 @@ jobs:
uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: ${{ matrix.poetry-version }}
- name: poetry pytest
- name: poetry install
run: poetry install
- name: poetry run pytest
run: poetry run pytest