Skip to content

Commit

Permalink
Fix python version in sanitizers CI (#5074)
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
(cherry picked from commit f782040)
  • Loading branch information
rsanchez15 authored and mergify[bot] committed Jul 16, 2024
1 parent 8d64b3b commit 99922d1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/reusable-sanitizers-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ jobs:
path: src/fastrtps
ref: ${{ inputs.fastdds_ref }}

- name: Install Fix Python version
uses: eProsima/eProsima-CI/external/setup-python@hotfix/setup-python-venv
with:
python-version: '3.11'

- name: Get minimum supported version of CMake
uses: eProsima/eProsima-CI/external/get-cmake@v0
with:
Expand Down Expand Up @@ -140,6 +145,11 @@ jobs:
name: build_artifacts_fastdds_asan_${{ inputs.label }}
path: ${{ github.workspace }}

- name: Install Fix Python version
uses: eProsima/eProsima-CI/external/setup-python@hotfix/setup-python-venv
with:
python-version: '3.11'

- name: Get minimum supported version of CMake
uses: eProsima/eProsima-CI/external/get-cmake@v0
with:
Expand Down Expand Up @@ -233,6 +243,11 @@ jobs:
name: build_artifacts_fastdds_asan_${{ inputs.label }}
path: ${{ github.workspace }}

- name: Install Fix Python version
uses: eProsima/eProsima-CI/external/setup-python@hotfix/setup-python-venv
with:
python-version: '3.11'

- name: Get minimum supported version of CMake
uses: eProsima/eProsima-CI/external/get-cmake@v0
with:
Expand Down Expand Up @@ -341,6 +356,11 @@ jobs:
path: src/fastrtps
ref: ${{ inputs.fastdds_ref }}

- name: Install Fix Python version
uses: eProsima/eProsima-CI/external/setup-python@hotfix/setup-python-venv
with:
python-version: '3.11'

- name: Get minimum supported version of CMake
uses: eProsima/eProsima-CI/external/get-cmake@v0
with:
Expand Down

0 comments on commit 99922d1

Please sign in to comment.