Skip to content

Commit 693d731

Browse files
Testing pipeline
1 parent ab22176 commit 693d731

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/quality_check_pydanticv2.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ jobs:
5858
python-version: ${{ matrix.python-version }}
5959
cache: "poetry"
6060
- name: Replacing Pydantic v1 with v2 > 2.0.3
61-
run: poetry add "pydantic=^2.0.3"
61+
run: |
62+
rm -rf poetry.lock
63+
poetry add "pydantic=^2.0.3"
6264
- name: Install dependencies
6365
run: make dev
6466
- name: Test with pytest

0 commit comments

Comments
 (0)