We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f124b70 commit 0345abaCopy full SHA for 0345aba
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
# Using fixed Poetry version until
33
# https://github.com/python-poetry/poetry/pull/7694 is fixed
34
- 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
+ - run: poetry install --with pydantic_converter --with dsl --with encryption --with trio_async
36
- run: poe lint
37
- run: mkdir junit-xml
38
- run: poe test -s --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
0 commit comments