Skip to content

Drops dp_ratio test in favour of min alt reads #2302

Drops dp_ratio test in favour of min alt reads

Drops dp_ratio test in favour of min alt reads #2302

Workflow file for this run

name: CI_test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
cache-dependency-path: requirements*.txt
- name: Install packages
run: |
pip install .[test,cpg]
- name: test
run: pytest -n auto .