Skip to content

Some bugfixes changing kcat values #100

Some bugfixes changing kcat values

Some bugfixes changing kcat values #100

name: Run Pytest
on: [push]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
os: ${{matrix.os}}
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install PAModelpy # If you have a requirements.txt file
pip install pytest
- name: Run Pytest
run: python -m pytest tests/unit_tests