Skip to content

Commit 651dead

Browse files
committed
chore: remove pydantic CI matrix
1 parent 264cb90 commit 651dead

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
strategy:
4242
matrix:
4343
python-version: ["3.8", "3.9", "3.10", "3.11"]
44-
pydantic-version: ["pydantic-v1", "pydantic-v2"]
4544
fail-fast: false
4645

4746
steps:
@@ -58,12 +57,6 @@ jobs:
5857
- name: Install Dependencies
5958
if: steps.cache.outputs.cache-hit != 'true'
6059
run: pip install -e .[test]
61-
- name: Install Pydantic v1
62-
if: matrix.pydantic-version == 'pydantic-v1'
63-
run: pip install "pydantic>=1.10,<2"
64-
- name: Install Pydantic v2
65-
if: matrix.pydantic-version == 'pydantic-v2'
66-
run: pip install --pre "pydantic>=2,<3"
6760
- run: mkdir coverage
6861
- name: Test
6962
run: bash scripts/test.sh

0 commit comments

Comments
 (0)