Skip to content

working for alleles and ran on alleles and protein modifications #48

working for alleles and ran on alleles and protein modifications

working for alleles and ran on alleles and protein modifications #48

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Python
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Install dependencies
run: |
sudo apt-get install subversion -y
python -m pip install --upgrade pip
pip install poetry
poetry config virtualenvs.create false
poetry install --no-dev
- name: Run tests
run: |
python -m unittest -v