Skip to content

Releasing the GIL when controlling the gripper. Addresses issues ment… #410

Releasing the GIL when controlling the gripper. Addresses issues ment…

Releasing the GIL when controlling the gripper. Addresses issues ment… #410

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
build:
strategy:
matrix:
libfranka-version: [0.7.1, 0.8.0, 0.9.2, 0.10.0, 0.11.0, 0.12.1, 0.13.3, 0.14.2, 0.15.0]
uses: ./.github/workflows/build_and_test.yml
with:
libfranka-version: ${{ matrix.libfranka-version }}