Install poetry deps
This commit is contained in:
parent
a3c2036946
commit
033718a13c
1 changed files with 3 additions and 1 deletions
4
.github/workflows/pytest.yml
vendored
4
.github/workflows/pytest.yml
vendored
|
@ -19,5 +19,7 @@ jobs:
|
||||||
uses: abatilo/actions-poetry@v2.0.0
|
uses: abatilo/actions-poetry@v2.0.0
|
||||||
with:
|
with:
|
||||||
poetry-version: ${{ matrix.poetry-version }}
|
poetry-version: ${{ matrix.poetry-version }}
|
||||||
- name: poetry pytest
|
- name: poetry install
|
||||||
|
run: poetry install
|
||||||
|
- name: poetry run pytest
|
||||||
run: poetry run pytest
|
run: poetry run pytest
|
||||||
|
|
Loading…
Add table
Reference in a new issue