Skip to content

Fix EDS LED

Fix EDS LED #11

Workflow file for this run

name: Lightweight regressions
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Python 3
uses: actions/setup-python@v1
with:
python-version: 3.13
- name: Install dependencies
run: |
python -m pip install --upgrade pip
# pip install -r requirements.txt
- name: Build and run tests
run: ./testall