Skip to content

Bump ruff from 0.7.1 to 0.7.2 #64

Bump ruff from 0.7.1 to 0.7.2

Bump ruff from 0.7.1 to 0.7.2 #64

Workflow file for this run

name: Test and build
on:
push:
branches: [main]
pull_request:
workflow_call:
workflow_dispatch:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- windows-latest
python-version: ['3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
with:
python-version: ${{ matrix.python-version }}
- name: Run tests
run: poetry run pytest