Skip to content

Update test data to reflect C genes not in Adaptive #11

Update test data to reflect C genes not in Adaptive

Update test data to reflect C genes not in Adaptive #11

Workflow file for this run

# This workflow will install dependencies and run pytest
name: tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Run pytest
steps:
- uses: actions/checkout@v4
- name: Install requirements
run: pip install -r requirements-dev.txt
- name: Run tests
run: pytest