Skip to content

Commit

Permalink
fix: specify pybind11-global version 2.11.1 (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: Manato Hirabayashi <[email protected]>
  • Loading branch information
softyanija and manato authored May 24, 2024
1 parent df4b3cc commit d33b3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/ros2/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
become: true
- name: "{{ block_name }}: install pybind11-global"
ansible.builtin.pip:
name: pybind11-global
name: pybind11-global==2.11.1
extra_args: -U
become: true
- name: "{{ block_name }}: apt-get purge libyaml-cpp-dev"
Expand Down

0 comments on commit d33b3d3

Please sign in to comment.