Skip to content

Add initial support for monome controllers #194

Add initial support for monome controllers

Add initial support for monome controllers #194

Workflow file for this run

name: ci
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt-get update -y
sudo apt-get install python3 python3-setuptools python3-pip
sudo apt-get install libasound2-dev libjack-dev
sudo pip3 install pytest
- name: Python test
run: python3 setup.py test