add poetry to tests
This commit is contained in:
parent
9cf517d9fa
commit
0127a1504f
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -27,6 +27,10 @@ jobs:
|
|||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: "3.12"
|
python-version: "3.12"
|
||||||
|
- name: Run image
|
||||||
|
uses: abatilo/actions-poetry@v3
|
||||||
|
with:
|
||||||
|
poetry-version: "1.8.3"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: poetry install
|
run: poetry install
|
||||||
- name: Run pytest
|
- name: Run pytest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user