Skip to content

Commit

Permalink
Install correct empy version before installing colcon (#42)
Browse files Browse the repository at this point in the history
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
  • Loading branch information
EduPonz committed Nov 30, 2023
1 parent 1088a42 commit c02dee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ubuntu/install_colcon/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
- name: Install colcon
uses: eProsima/eProsima-CI/ubuntu/install_python_packages@main
with:
packages: 'setuptools==58.3.0 colcon-common-extensions colcon-mixin'
packages: 'empy==3.3.4 setuptools==58.3.0 colcon-common-extensions colcon-mixin'
upgrade: true

- name: Download default colcon mixin
Expand Down
2 changes: 1 addition & 1 deletion windows/install_colcon/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
- name: Install colcon
uses: eProsima/eProsima-CI/windows/install_python_packages@main
with:
packages: 'vcstool setuptools==58.3.0 colcon-common-extensions colcon-mixin'
packages: 'empy==3.3.4 vcstool setuptools==58.3.0 colcon-common-extensions colcon-mixin'
upgrade: true

- name: Download default colcon mixin
Expand Down

0 comments on commit c02dee4

Please sign in to comment.