Skip to content

debug cross co example in doc of cardio respi synchro and improve doc of other examples (remove typos) #61

debug cross co example in doc of cardio respi synchro and improve doc of other examples (remove typos)

debug cross co example in doc of cardio respi synchro and improve doc of other examples (remove typos) #61

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/