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.
echo y
1 parent 82d2775 commit 9b15225Copy full SHA for 9b15225
.github/workflows/ci.yml
@@ -41,8 +41,8 @@ jobs:
41
- name: Uninstall pydantic
42
shell: bash
43
run: |
44
- yes | poetry run pip uninstall pydantic
45
- yes | poetry run pip uninstall pydantic-core
+ echo y | poetry run pip uninstall pydantic
+ 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
48
0 commit comments