Skip to content

[pre-commit.ci] pre-commit autoupdate #50

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #50

Workflow file for this run

name: Tests
on:
pull_request:
paths-ignore:
- 'docs/**'
push:
branches:
- main
paths-ignore:
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
windows:
runs-on: windows-latest
strategy:
matrix:
python-version:
- '3.13'
name: Windows, SQLite, Python ${{ matrix.python-version }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install poetry
uses: abatilo/actions-poetry@v3
- name: Install packaging tools
run: poetry install --no-interaction --all-extras --with dev
- name: Run tests
run: poetry run python -Wall tests/runtests.py -v2