Skip to content

update make_asv_count_table.py to take into account changes to dada2.… #32

update make_asv_count_table.py to take into account changes to dada2.…

update make_asv_count_table.py to take into account changes to dada2.… #32

name: Run pytest
on:
push:
branches: [main]
pull_request:
branches: [main]
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 install .[tests]
- uses: pavelzw/pytest-action@v2
with:
emoji: false
verbose: true
job-summary: true