Skip to content

Bump pydantic from 2.7.1 to 2.9.2 #83

Bump pydantic from 2.7.1 to 2.9.2

Bump pydantic from 2.7.1 to 2.9.2 #83

Workflow file for this run

name: CI
on:
workflow_call:
workflow_dispatch:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "poetry"
- name: Install dependencies
run: poetry install
- name: Test
run: poetry run pytest