Skip to content

Preparing for installation of the RPI example module on hardware #38

Preparing for installation of the RPI example module on hardware

Preparing for installation of the RPI example module on hardware #38

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- "release/**"
jobs:
build-and-test:
name: Test code
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v3
- name: Install packages
run: pip install -r requirements.txt
- name: Run tests
run: pytest