Skip to content

Commit 775e4c4

Browse files
rsanchez15EduPonz
authored andcommitted
Fix python version in sanitizers CI (#5074)
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
1 parent 0bd9128 commit 775e4c4

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/fastdds
7070
ref: ${{ inputs.fastdds_ref }}
7171

72+
- name: Install Fix Python version
73+
uses: eProsima/eProsima-CI/external/setup-python@v0
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@v0
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@v0
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/fastdds
342357
ref: ${{ inputs.fastdds_ref }}
343358

359+
- name: Install Fix Python version
360+
uses: eProsima/eProsima-CI/external/setup-python@v0
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)