Skip to content

Bump pydantic from 2.3.0 to 2.4.2 #32

Bump pydantic from 2.3.0 to 2.4.2

Bump pydantic from 2.3.0 to 2.4.2 #32

Workflow file for this run

name: CI
on:
pull_request:
jobs:
ci:
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
python-version: [ '3.8', '3.9', '3.10' ]
os: [ ubuntu, windows ]
name: ${{ matrix.python-version }} ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install Nox
run: pip install nox
- name: Run Nox
run: nox