Skip to content

[FIX] otools-pending remove: crash when removing last pending merge #619

[FIX] otools-pending remove: crash when removing last pending merge

[FIX] otools-pending remove: crash when removing last pending merge #619

Workflow file for this run

name: tests
on: [pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
- "3.14"
steps:
- uses: actions/checkout@v6
- name: Install uv and set the Python version
uses: astral-sh/setup-uv@v7
with:
python-version: ${{ matrix.python-version }}
enable-cache: true
- name: Install the project
run: uv sync --dev --all-extras
- name: Run tests
run: uv run pytest --verbose