Skip to content

build(deps): bump pydantic from 2.12.0 to 2.12.3 #714

build(deps): bump pydantic from 2.12.0 to 2.12.3

build(deps): bump pydantic from 2.12.0 to 2.12.3 #714

Workflow file for this run

name: "Coverage"
on:
push:
branches: [main]
pull_request: {}
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
submodules: 'recursive'
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: 3.14
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: Create .env file
run: python create_env_file.py
- name: Start containers
run: docker compose up -d
- name: Run Tests and Record Coverage
run: |
tox -e coverage