Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9b15225

Browse files
committedFeb 19, 2025·
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
 

Diff for: ‎.github/workflows/ci.yml

+2-2
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)
Please sign in to comment.