Skip to content

Update to Atoti Python API 0.9.2 #412

Update to Atoti Python API 0.9.2

Update to Atoti Python API 0.9.2 #412

Workflow file for this run

name: Test
on:
pull_request:
types: [opened, synchronize]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
with:
enable-cache: true
version: "0.5.6"
- run: uv python install 3.10
- run: uv sync --locked
- run: uv run ruff format --check
- run: uv run ruff check
- run: uv run mypy
- run: uv run pytest