Skip to content

v2_parser: added encoding impl for motion mode state #27

v2_parser: added encoding impl for motion mode state

v2_parser: added encoding impl for motion mode state #27

Workflow file for this run

name: Pybind
on:
push:
pull_request:
branches:
- main
jobs:
build:
strategy:
matrix:
os: [ ubuntu-22.04, ubuntu-20.04 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install dependencies
run: sudo apt-get install -y build-essential cmake libasio-dev python3-dev
- name: Build python package
run: python setup.py build_ext --inplace