From c02dee4efd3aaa2931227da3ff564a7ec304c14b Mon Sep 17 00:00:00 2001 From: Eduardo Ponz Segrelles Date: Thu, 30 Nov 2023 09:21:14 +0100 Subject: [PATCH] Install correct empy version before installing colcon (#42) Signed-off-by: EduPonz --- ubuntu/install_colcon/action.yml | 2 +- windows/install_colcon/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ubuntu/install_colcon/action.yml b/ubuntu/install_colcon/action.yml index be008d0a..0b57b7b3 100644 --- a/ubuntu/install_colcon/action.yml +++ b/ubuntu/install_colcon/action.yml @@ -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 diff --git a/windows/install_colcon/action.yml b/windows/install_colcon/action.yml index 7d6a311c..a607177c 100644 --- a/windows/install_colcon/action.yml +++ b/windows/install_colcon/action.yml @@ -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