Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
Signed-off-by: Prithvi Kannan <[email protected]>
  • Loading branch information
prithvikannan committed Oct 17, 2024
2 parents 0fa7b70 + 2d11411 commit f6d3126
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ jobs:
- name: Install dependencies
run: |
pip install .[dev]
- name: Run tests with pydantic v1
- name: Run tests
run: |
pip install 'pydantic<2'
pytest tests/
- name: Run tests with pydantic v2
run: |
pip install 'pydantic>=2'
pytest tests/

0 comments on commit f6d3126

Please sign in to comment.