Skip to content

Ecosystem update

Ecosystem update #12

Workflow file for this run

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