Skip to content

Merge branch 'sound' of github.com:NET-BYU/sss into sound #214

Merge branch 'sound' of github.com:NET-BYU/sss into sound

Merge branch 'sound' of github.com:NET-BYU/sss into sound #214

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install -r requirements.txt
- name: Run all demos to make sure they load
run: |
python main.py test