diff --git a/.github/workflows/reusable-mac-ci.yml b/.github/workflows/reusable-mac-ci.yml index 69811b10153..6db3e285482 100644 --- a/.github/workflows/reusable-mac-ci.yml +++ b/.github/workflows/reusable-mac-ci.yml @@ -62,7 +62,7 @@ jobs: submodules: true ref: ${{ inputs.fastdds-branch }} - - name: Install Fix Python version + - name: Install Fixed Python version uses: eProsima/eProsima-CI/external/setup-python@v0 with: python-version: '3.11' @@ -170,7 +170,7 @@ jobs: find ${{ github.workspace }}/build -type f -name "*" -exec chmod +x {} \; find ${{ github.workspace }}/install -type f -name "*" -exec chmod +x {} \; - - name: Install Fix Python version + - name: Install Fixed Python version if: ${{ inputs.run-tests == true }} uses: eProsima/eProsima-CI/external/setup-python@v0 with: diff --git a/.github/workflows/reusable-sanitizers-ci.yml b/.github/workflows/reusable-sanitizers-ci.yml index fa036a599d2..8bdef5b5319 100644 --- a/.github/workflows/reusable-sanitizers-ci.yml +++ b/.github/workflows/reusable-sanitizers-ci.yml @@ -64,7 +64,7 @@ jobs: submodules: true ref: ${{ inputs.fastdds_ref }} - - name: Install Fix Python version + - name: Install Fixed Python version uses: eProsima/eProsima-CI/external/setup-python@v0 with: python-version: '3.11' @@ -168,7 +168,7 @@ jobs: run: | tar -C "${{ github.workspace }}" -xpf "${{ runner.temp }}/asan_build_${{ inputs.label }}.tar" - - name: Install Fix Python version + - name: Install Fixed Python version uses: eProsima/eProsima-CI/external/setup-python@v0 with: python-version: '3.11' @@ -253,7 +253,7 @@ jobs: submodules: true ref: ${{ inputs.fastdds_ref }} - - name: Install Fix Python version + - name: Install Fixed Python version uses: eProsima/eProsima-CI/external/setup-python@v0 with: python-version: '3.11' @@ -443,7 +443,7 @@ jobs: submodules: true ref: ${{ inputs.fastdds_ref }} - - name: Install Fix Python version + - name: Install Fixed Python version uses: eProsima/eProsima-CI/external/setup-python@v0 with: python-version: '3.11' @@ -549,7 +549,7 @@ jobs: run: | tar -C "${{ github.workspace }}" -xpf "${{ runner.temp }}/ubsan_build_${{ inputs.label }}.tar" - - name: Install Fix Python version + - name: Install Fixed Python version uses: eProsima/eProsima-CI/external/setup-python@v0 with: python-version: '3.11' diff --git a/.github/workflows/reusable-ubuntu-ci.yml b/.github/workflows/reusable-ubuntu-ci.yml index 235c5260c44..bebf0b136b5 100644 --- a/.github/workflows/reusable-ubuntu-ci.yml +++ b/.github/workflows/reusable-ubuntu-ci.yml @@ -98,7 +98,7 @@ jobs: submodules: true ref: ${{ inputs.fastdds-branch }} - - name: Install Fix Python version + - name: Install Fixed Python version uses: eProsima/eProsima-CI/external/setup-python@v0 with: python-version: '3.11' @@ -190,7 +190,7 @@ jobs: name: fastdds_build_${{ inputs.label }} path: ${{ github.workspace }} - - name: Install Fix Python version + - name: Install Fixed Python version uses: eProsima/eProsima-CI/external/setup-python@v0 with: python-version: '3.11' @@ -293,7 +293,7 @@ jobs: name: fastdds_build_${{ inputs.label }} path: ${{ github.workspace }} - - name: Install Fix Python version + - name: Install Fixed Python version uses: eProsima/eProsima-CI/external/setup-python@v0 with: python-version: '3.11' @@ -380,7 +380,7 @@ jobs: name: fastdds_python_build_${{ inputs.label }} path: ${{ github.workspace }} - - name: Install Fix Python version + - name: Install Fixed Python version uses: eProsima/eProsima-CI/external/setup-python@v0 with: python-version: '3.11' @@ -475,7 +475,7 @@ jobs: name: fastdds_python_build_${{ inputs.label }} path: ${{ github.workspace }} - - name: Install Fix Python version + - name: Install Fixed Python version uses: eProsima/eProsima-CI/external/setup-python@v0 with: python-version: '3.11' @@ -591,7 +591,7 @@ jobs: name: fastdds_build_${{ inputs.label }} path: ${{ github.workspace }} - - name: Install Fix Python version + - name: Install Fixed Python version uses: eProsima/eProsima-CI/external/setup-python@v0 with: python-version: '3.11' @@ -676,7 +676,7 @@ jobs: name: fastdds_build_${{ inputs.label }} path: ${{ github.workspace }} - - name: Install Fix Python version + - name: Install Fixed Python version uses: eProsima/eProsima-CI/external/setup-python@v0 with: python-version: '3.11' diff --git a/.github/workflows/reusable-windows-ci.yml b/.github/workflows/reusable-windows-ci.yml index ef63c6a8b04..a689a29850d 100644 --- a/.github/workflows/reusable-windows-ci.yml +++ b/.github/workflows/reusable-windows-ci.yml @@ -60,7 +60,7 @@ jobs: submodules: true ref: ${{ inputs.fastdds_branch }} - - name: Install Fix Python version + - name: Install Fixed Python version uses: eProsima/eProsima-CI/external/setup-python@v0 with: python-version: '3.11' @@ -212,7 +212,7 @@ jobs: # Show the result gc $hostfile - - name: Install Fix Python version + - name: Install Fixed Python version if: ${{ inputs.run-tests == true }} uses: eProsima/eProsima-CI/external/setup-python@v0 with: