From ded64cda49f4da5d2998341683a0eb2f61a70fdd Mon Sep 17 00:00:00 2001 From: Marco Vanetti Date: Thu, 8 Feb 2024 10:55:17 +0100 Subject: [PATCH] chore: updating python in pipeline --- .github/workflows/desktop-app-cd-nightly-prod.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/desktop-app-cd-nightly-prod.yml b/.github/workflows/desktop-app-cd-nightly-prod.yml index 13f1d45b2..f1fdc03d0 100644 --- a/.github/workflows/desktop-app-cd-nightly-prod.yml +++ b/.github/workflows/desktop-app-cd-nightly-prod.yml @@ -81,7 +81,9 @@ jobs: ref: main token: ${{ secrets.GH_TOKEN }} path: leapp-team - + - uses: actions/setup-python@v4 + with: + python-version: "3.11" - name: Inject Team Feature if: ${{ env.TEAM_REPOSITORY != '' }} run: | @@ -132,7 +134,9 @@ jobs: ref: main token: ${{ secrets.GH_TOKEN }} path: leapp-team - + - uses: actions/setup-python@v4 + with: + python-version: "3.11" - name: Inject Team Feature if: ${{ env.TEAM_REPOSITORY != '' }} run: | @@ -185,6 +189,9 @@ jobs: ref: main token: ${{ secrets.GH_TOKEN }} path: leapp-team + - uses: actions/setup-python@v4 + with: + python-version: "3.11" - name: Inject Team Feature if: ${{ env.TEAM_REPOSITORY != '' }} run: | @@ -268,6 +275,9 @@ jobs: ref: main token: ${{ secrets.GH_TOKEN }} path: leapp-team + - uses: actions/setup-python@v4 + with: + python-version: "3.11" - name: Inject Team Feature if: ${{ env.TEAM_REPOSITORY != '' }} run: |