Skip to content

Using checkqc illumina parser for bclconvert #23

Using checkqc illumina parser for bclconvert

Using checkqc illumina parser for bclconvert #23

Workflow file for this run

name: Run Unit Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.13.1
uses: actions/setup-python@v4
with:
python-version: '3.13.1'
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip install -e . -r requirements_dev.txt
- name: Launch tests
run: |
pytest tests/