Skip to content

Commit

Permalink
chore: updating python in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
marcovanetti committed Feb 8, 2024
1 parent 35cfbbc commit ded64cd
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/desktop-app-cd-nightly-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit ded64cd

Please sign in to comment.