Skip to content

Bump pydantic from 2.10.1 to 2.10.2 in /components/notifier #7881

Bump pydantic from 2.10.1 to 2.10.2 in /components/notifier

Bump pydantic from 2.10.1 to 2.10.2 in /components/notifier #7881

Workflow file for this run

---
name: Shared Code
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
version: "0.4.22"
- name: Install dependencies, run unit tests and check quality
run: |
cd components/shared_code
uv venv
ci/pip-install.sh
ci/unittest.sh
ci/quality.sh