Skip to content

Resovles breaking changes introduced by pydantic 2.0.3 (fixes #66) #43

Resovles breaking changes introduced by pydantic 2.0.3 (fixes #66)

Resovles breaking changes introduced by pydantic 2.0.3 (fixes #66) #43

Workflow file for this run

name: Run tests
on: pull_request
jobs:
Run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.8"
- name: Install library
run: pip install -e .[dev]
- name: Run tests
run: pytest