Skip to content

Integrate Proteus alignment pipeline into align.py; document in README #28

Integrate Proteus alignment pipeline into align.py; document in README

Integrate Proteus alignment pipeline into align.py; document in README #28

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run pytest
run: pytest tests/ -v