Skip to content

adding github workflow #5

adding github workflow

adding github workflow #5

Workflow file for this run

name: Validate and Test Python Package
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
uses: sensirion/.github/.github/workflows/driver.python.test.yml@main
with:
hw-test-flag: (needs_serialport or needs_tcp)