Skip to content

Commit 4755565

Browse files
rsanchez15EduPonz
authored andcommitted
Fix python version in sanitizers CI (#5074)
Signed-off-by: Raul Sanchez-Mateos <[email protected]> (cherry picked from commit f782040) Signed-off-by: eduponz <[email protected]>
1 parent ba35212 commit 4755565

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/reusable-sanitizers-ci.yml

+20
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ jobs:
6969
path: src/fastrtps
7070
ref: ${{ inputs.fastdds_ref }}
7171

72+
- name: Install Fix Python version
73+
uses: eProsima/eProsima-CI/external/setup-python@hotfix/setup-python-venv
74+
with:
75+
python-version: '3.11'
76+
7277
- name: Get minimum supported version of CMake
7378
uses: eProsima/eProsima-CI/external/get-cmake@v0
7479
with:
@@ -140,6 +145,11 @@ jobs:
140145
name: build_artifacts_fastdds_asan_${{ inputs.label }}
141146
path: ${{ github.workspace }}
142147

148+
- name: Install Fix Python version
149+
uses: eProsima/eProsima-CI/external/setup-python@hotfix/setup-python-venv
150+
with:
151+
python-version: '3.11'
152+
143153
- name: Get minimum supported version of CMake
144154
uses: eProsima/eProsima-CI/external/get-cmake@v0
145155
with:
@@ -233,6 +243,11 @@ jobs:
233243
name: build_artifacts_fastdds_asan_${{ inputs.label }}
234244
path: ${{ github.workspace }}
235245

246+
- name: Install Fix Python version
247+
uses: eProsima/eProsima-CI/external/setup-python@hotfix/setup-python-venv
248+
with:
249+
python-version: '3.11'
250+
236251
- name: Get minimum supported version of CMake
237252
uses: eProsima/eProsima-CI/external/get-cmake@v0
238253
with:
@@ -341,6 +356,11 @@ jobs:
341356
path: src/fastrtps
342357
ref: ${{ inputs.fastdds_ref }}
343358

359+
- name: Install Fix Python version
360+
uses: eProsima/eProsima-CI/external/setup-python@hotfix/setup-python-venv
361+
with:
362+
python-version: '3.11'
363+
344364
- name: Get minimum supported version of CMake
345365
uses: eProsima/eProsima-CI/external/get-cmake@v0
346366
with:

0 commit comments

Comments
 (0)