Skip to content

V6 amplicon study summary generator #90

V6 amplicon study summary generator

V6 amplicon study summary generator #90

name: Run pytest
on:
push:
branches: [main]
pull_request:
branches: [main, dev]
jobs:
pytest:
name: Run pytest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
- name: Install dependencies
run: pip install .[tests]
- uses: pavelzw/pytest-action@v2
with:
emoji: false
verbose: true
job-summary: true