Skip to content

Commit afdbb19

Browse files
committed
install dev deps in tests
1 parent 0127a15 commit afdbb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
with:
3333
poetry-version: "1.8.3"
3434
- name: Install dependencies
35-
run: poetry install
35+
run: poetry install --with=dev
3636
- name: Run pytest
3737
run: pytest

0 commit comments

Comments
 (0)