Skip to content

scrub exomiser and svdb #2272

scrub exomiser and svdb

scrub exomiser and svdb #2272

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 .