Skip to content

Fix bug in cartesian planner: Merges trajectory point data into robot… #1030

Fix bug in cartesian planner: Merges trajectory point data into robot…

Fix bug in cartesian planner: Merges trajectory point data into robot… #1030

Workflow file for this run

name: build
on:
push:
branches:
- main
- wip_process
pull_request:
branches:
- main
jobs:
build:
if: "!contains(github.event.pull_request.labels.*.name, 'docs-only')"
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python: ['3.11']
steps:
- uses: compas-dev/compas-actions.build@v3
with:
python: ${{ matrix.python }}
invoke_lint: true