Skip to content

Commit

Permalink
Remove empy fixed version for colcon install (#43)
Browse files Browse the repository at this point in the history
Signed-off-by: EduPonz <[email protected]>
  • Loading branch information
EduPonz authored Nov 30, 2023
1 parent c02dee4 commit 4e08d52
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: 'empy==3.3.4 setuptools==58.3.0 colcon-common-extensions colcon-mixin'
packages: '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: 'empy==3.3.4 vcstool setuptools==58.3.0 colcon-common-extensions colcon-mixin'
packages: 'vcstool setuptools==58.3.0 colcon-common-extensions colcon-mixin'
upgrade: true

- name: Download default colcon mixin
Expand Down

0 comments on commit 4e08d52

Please sign in to comment.