Skip to content

Commit 96249a4

Browse files
committed
fix indent
1 parent bdcaafe commit 96249a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
with:
7676
limit-access-to-actor: true
7777
- 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"
78+
if: matrix.python-version == '3.14'
79+
run: uv pip install --pre "pydantic==2.12.0a1"
8080
- name: Install Dependencies
8181
run: uv pip install -r requirements-tests.txt
8282
- name: Install Pydantic v1

0 commit comments

Comments
 (0)