Skip to content

Commit

Permalink
Test against v1 and v2 at runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Jul 29, 2024
1 parent 4955919 commit 2848ea8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
python-version:
- "3.9"
- "3.10"
pydantic-version:
- "1.10.17"
- "2"

steps:
- uses: actions/checkout@v2
Expand All @@ -38,6 +41,7 @@ jobs:
environment-file: devtools/conda-envs/test.yml
create-args: >-
python=${{ matrix.python-version }}
pydantic=${{ matrix.pydantci-version }}
- name: "Install"
run: python -m pip install --no-deps -e .
Expand Down

0 comments on commit 2848ea8

Please sign in to comment.