Skip to content

Commit 0345aba

Browse files
committed
Fix dependency group name
1 parent f124b70 commit 0345aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Using fixed Poetry version until
3333
# https://github.com/python-poetry/poetry/pull/7694 is fixed
3434
- run: python -m pip install --upgrade wheel "poetry==1.4.0" poethepoet
35-
- run: poetry install --with pydantic --with dsl --with encryption --with trio_async
35+
- run: poetry install --with pydantic_converter --with dsl --with encryption --with trio_async
3636
- run: poe lint
3737
- run: mkdir junit-xml
3838
- run: poe test -s --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml

0 commit comments

Comments
 (0)