Skip to content

Update to match new NCBI record #18

Update to match new NCBI record

Update to match new NCBI record #18

Workflow file for this run

name: Script regression testing
on:
[push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest
pip install -r scripts/requirements.txt
- name: Test with pytest
run: |
PYTHONPATH=. pytest