Skip to content

Implement respiration CO2 cycle detection. #56

Implement respiration CO2 cycle detection.

Implement respiration CO2 cycle detection. #56

Workflow file for this run

name: Test on Ubuntu
on:
pull_request:
branches: [main]
types: [synchronize, opened, reopened, ready_for_review]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Tools
run: |
python -m pip install --upgrade pip
pip install .[test]
pip install .
- name: Pytest
run: |
pytest tests/