Skip to content

Bumped pydantic to v2 #76

Bumped pydantic to v2

Bumped pydantic to v2 #76

Workflow file for this run

name: "Run CI"
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
push:
branches:
- "**"
- "!gh-pages"
jobs:
test-build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pip install poetry
- uses: actions/setup-python@v3
with:
python-version: 3.x
cache: 'pip'
cache-dependency-path: 'poetry.lock'
- name: Install dependencies
run: poetry install
- run: poetry run mkdocs build --verbose --clean --strict