Add SignalFlow examples #188
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |