Skip to content

Correctly increment timestamps by sample in SpikeDetect node #75

Correctly increment timestamps by sample in SpikeDetect node

Correctly increment timestamps by sample in SpikeDetect node #75

Workflow file for this run

name: main
on:
push:
branches:
- "main"
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.GH_TOKEN }}
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest
make
pip install -e .
- name: Run tests with pytest
run: |
pytest -v