We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b15225 commit d98799cCopy full SHA for d98799c
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
echo y | poetry run pip uninstall pydantic
45
echo y | poetry run pip uninstall pydantic-core
46
poetry run pip install pydantic==1.10
47
- poe test -s --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}--pydantic-v1.xml tests/pydantic_converter/workflow_test_v1.py
+ poe test -s --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}--pydantic-v1.xml tests/pydantic_converter_v1/workflow_test.py
48
49
# On latest, run gevent test
50
- name: Gevent test
0 commit comments