Skip to content

Update dependency pydantic to v2.10.3 #544

Update dependency pydantic to v2.10.3

Update dependency pydantic to v2.10.3 #544

Workflow file for this run

name: Code CI
on:
push:
pull_request:
jobs:
install:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- run: pip install .
- run: my_dependancies