From d69b248b7dfac1aa9c85b1e5e5e0276e3dacf1da Mon Sep 17 00:00:00 2001 From: JesusPoderoso Date: Thu, 25 Apr 2024 16:40:23 +0200 Subject: [PATCH] Refs #20827: Fix python lib CI issue Signed-off-by: JesusPoderoso --- .github/workflows/reusable-sanitizers-ci.yml | 4 ++++ .github/workflows/reusable-ubuntu-ci.yml | 4 ++++ .github/workflows/reusable-windows-ci.yml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/.github/workflows/reusable-sanitizers-ci.yml b/.github/workflows/reusable-sanitizers-ci.yml index a08587bf322..e140706c4f1 100644 --- a/.github/workflows/reusable-sanitizers-ci.yml +++ b/.github/workflows/reusable-sanitizers-ci.yml @@ -74,6 +74,10 @@ jobs: path: src/fastrtps ref: ${{ inputs.fastdds_ref }} + - uses: eProsima/eProsima-CI/external/setup-python@v0 + with: + python-version: '3.11' + - name: Get minimum supported version of CMake uses: eProsima/eProsima-CI/external/get-cmake@v0 with: diff --git a/.github/workflows/reusable-ubuntu-ci.yml b/.github/workflows/reusable-ubuntu-ci.yml index 79830057a61..9bef73c5d7a 100644 --- a/.github/workflows/reusable-ubuntu-ci.yml +++ b/.github/workflows/reusable-ubuntu-ci.yml @@ -56,6 +56,10 @@ jobs: path: src/fastrtps ref: ${{ inputs.fastdds-branch }} + - uses: eProsima/eProsima-CI/external/setup-python@v0 + with: + python-version: '3.11' + - name: Get minimum supported version of CMake uses: eProsima/eProsima-CI/external/get-cmake@v0 with: diff --git a/.github/workflows/reusable-windows-ci.yml b/.github/workflows/reusable-windows-ci.yml index a6afd890dae..8f13ec5581b 100644 --- a/.github/workflows/reusable-windows-ci.yml +++ b/.github/workflows/reusable-windows-ci.yml @@ -56,6 +56,10 @@ jobs: submodules: true ref: ${{ inputs.fastdds_branch }} + - uses: eProsima/eProsima-CI/external/setup-python@v0 + with: + python-version: '3.11' + - name: Get minimum supported version of CMake uses: eProsima/eProsima-CI/external/get-cmake@v0 with: