Skip to content

feat: filter to top-N PhyloWGS trees by log-likelihood #11

feat: filter to top-N PhyloWGS trees by log-likelihood

feat: filter to top-N PhyloWGS trees by log-likelihood #11

Workflow file for this run

name: CI
on:
push:
branches: [main, develop]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install package + dev deps
run: pip install .[dev]
- name: Run tests
run: pytest -q