Skip to content

Update pydantic to version 2.7.0 with email support and remove email-… #235

Update pydantic to version 2.7.0 with email support and remove email-…

Update pydantic to version 2.7.0 with email support and remove email-… #235

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11.9
- run: make install
- run: make lint
- run: make test
- run: make test-integration
- run: make test-end-to-end
- run: make seed