Skip to content

Refined Timecouse and make_biomodels_timecourse.py; added timecourse.zip #51

Refined Timecouse and make_biomodels_timecourse.py; added timecourse.zip

Refined Timecouse and make_biomodels_timecourse.py; added timecourse.zip #51

name: Continous integration
on: [push]
jobs:
Run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.11'
- name: Run tests
run: |
pip install --upgrade pip
pip install -r requirements.txt
nose2 tests