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:
|
||||
poetry-version: "1.8.3"
|
||||
- name: Install dependencies
|
||||
run: poetry install
|
||||
run: poetry install --with=dev
|
||||
- name: Run pytest
|
||||
run: pytest
|
||||
|
Loading…
x
Reference in New Issue
Block a user