Skip to content

build(deps): bump pydantic from 2.11.10 to 2.12.3 #582

build(deps): bump pydantic from 2.11.10 to 2.12.3

build(deps): bump pydantic from 2.11.10 to 2.12.3 #582

Workflow file for this run

name: "Test CLI Environment"
# Checks that the package is usable as CLI tool.
on:
push:
branches: [main]
pull_request: {}
jobs:
check:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.12"]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v5
with:
submodules: 'true'
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Try to install the script, then run the cli
run: |
pip install .
ahlbatross compare -i data/machine-readable_anwendungshandbuecher -o data/output