Skip to content

chore: bump shared workflows to v14 and use uv run in prek #449

chore: bump shared workflows to v14 and use uv run in prek

chore: bump shared workflows to v14 and use uv run in prek #449

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches: [main, test]
merge_group:
jobs:
packaging:
name: Python packaging
uses: tskit-dev/.github/.github/workflows/python-packaging.yml@v14
test:
name: Python
uses: tskit-dev/.github/.github/workflows/python-tests.yml@v14
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python }}
coverage-directory: tstrait
secrets: inherit
strategy:
matrix:
python: ["3.11", "3.13"]
os: [macos-latest, ubuntu-24.04, windows-latest]