Skip to content

Commit d33b3d3

Browse files
softyanijamanato
andauthored
fix: specify pybind11-global version 2.11.1 (#53)
Co-authored-by: Manato Hirabayashi <3022416+manato@users.noreply.github.com>
1 parent df4b3cc commit d33b3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/ros2/tasks/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
become: true
412412
- name: "{{ block_name }}: install pybind11-global"
413413
ansible.builtin.pip:
414-
name: pybind11-global
414+
name: pybind11-global==2.11.1
415415
extra_args: -U
416416
become: true
417417
- name: "{{ block_name }}: apt-get purge libyaml-cpp-dev"

0 commit comments

Comments
 (0)