We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264cb90 commit 651deadCopy full SHA for 651dead
.github/workflows/test.yml
@@ -41,7 +41,6 @@ jobs:
41
strategy:
42
matrix:
43
python-version: ["3.8", "3.9", "3.10", "3.11"]
44
- pydantic-version: ["pydantic-v1", "pydantic-v2"]
45
fail-fast: false
46
47
steps:
@@ -58,12 +57,6 @@ jobs:
58
57
- name: Install Dependencies
59
if: steps.cache.outputs.cache-hit != 'true'
60
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"
67
- run: mkdir coverage
68
- name: Test
69
run: bash scripts/test.sh
0 commit comments