Skip to content

Before grand averaging, find a common set of non-bad channels #9

Before grand averaging, find a common set of non-bad channels

Before grand averaging, find a common set of non-bad channels #9

Workflow file for this run

name: Run Tests
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install nose
- name: Run tests
run: |
nosetests