Skip to content

fix: return type for FeatureOverlap get_grch38_mane_gene_cds_overlap #585

fix: return type for FeatureOverlap get_grch38_mane_gene_cds_overlap

fix: return type for FeatureOverlap get_grch38_mane_gene_cds_overlap #585

name: github-actions
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install dependencies
run: |
python3 -m pip install pipenv
pipenv install --dev
- run: pipenv run flake8