Skip to content

Commit

Permalink
run tests with pydantic v1 under CI
Browse files Browse the repository at this point in the history
  • Loading branch information
olirice committed Aug 16, 2023
1 parent 45456c8 commit 9c4aa2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
run: make run_tests
- name: Upload Coverage
uses: codecov/codecov-action@v3
- name: Run Tests with pydantic v1
run: |
pip install pydantic==1.10.12
make tests_only
publish:
needs: test
Expand Down

0 comments on commit 9c4aa2a

Please sign in to comment.