Skip to content

Commit 9b15225

Browse files
committed
ok, try echo y
1 parent 82d2775 commit 9b15225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
- name: Uninstall pydantic
4242
shell: bash
4343
run: |
44-
yes | poetry run pip uninstall pydantic
45-
yes | poetry run pip uninstall pydantic-core
44+
echo y | poetry run pip uninstall pydantic
45+
echo y | poetry run pip uninstall pydantic-core
4646
poetry run pip install pydantic==1.10
4747
poe test -s --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}--pydantic-v1.xml tests/pydantic_converter/workflow_test_v1.py
4848

0 commit comments

Comments
 (0)