Skip to content

Commit

Permalink
empy specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
OsamuSekino committed Oct 2, 2024
1 parent 56ed2f5 commit 70c29f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansible/roles/ros2/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,12 @@
- cmake
extra_args: "--upgrade --no-cache-dir"
become: true
- name: Install EmPy with specific version
ansible.builtin.pip:
name:
- empy==3.3.4
extra_args: "--no-cache-dir"
become: true
- name: Could NOT find Python3 workaround
ansible.builtin.apt:
name:
Expand Down

0 comments on commit 70c29f4

Please sign in to comment.