Skip to content

Allow new seq dirs when older are not full yet. (#165) #362

Allow new seq dirs when older are not full yet. (#165)

Allow new seq dirs when older are not full yet. (#165) #362

Workflow file for this run

# pytests
name: pytest
on:
push:
branches: [ prod, main, WD, manke, tests ]
pull_request:
branches: [ prod, main, WD, manke, tests ]
defaults:
run:
shell: bash -l {0}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: mamba-org/setup-micromamba@main
with:
environment-file: env.yml
cache-downloads: true
environment-name: dissectBCL
- name: build
run: |
micromamba activate dissectBCL
pip install ./
- name: pytest
run: |
micromamba activate dissectBCL
coverage run -m pytest
coverage report -m