Skip to content

version 1.20250926.1 #1046

version 1.20250926.1

version 1.20250926.1 #1046

Workflow file for this run

name: master-test
on:
push:
branches:
- master
- ombott-dev
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
env:
UV_PYTHON: ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Test
run: make test