install dev deps in tests
This commit is contained in:
parent
0127a1504f
commit
afdbb19e16
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -32,6 +32,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
poetry-version: "1.8.3"
|
poetry-version: "1.8.3"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: poetry install
|
run: poetry install --with=dev
|
||||||
- name: Run pytest
|
- name: Run pytest
|
||||||
run: pytest
|
run: pytest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user