Skip to content

Isensee visualization fix (#193) #213

Isensee visualization fix (#193)

Isensee visualization fix (#193) #213

Workflow file for this run

name: Tests
# trigger
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Prepare python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade setuptools wheel
pip install -r scripts/requirements.txt
- name: Check with petablint
run: ./check_petablint.py
working-directory: scripts/
- name: Show overview
run: ./overview.py
working-directory: scripts/
- name: Check SBML metadata
run: ./check_sbml_metadata.py
working-directory: scripts/