Skip to content

Commit 9514cba

Browse files
committed
preinstall pydantic 2.12.0a1 to run the tests
1 parent b5f9d97 commit 9514cba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ jobs:
7474
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
7575
with:
7676
limit-access-to-actor: true
77+
- name: Preinstall Pydantic 2.12.0a1 for Python 3.14
78+
if: matrix.python-version == '3.14'
79+
run: uv pip install --pre "pydantic==2.12.0a1"
7780
- name: Install Dependencies
7881
run: uv pip install -r requirements-tests.txt
7982
- name: Install Pydantic v1

0 commit comments

Comments
 (0)