Skip to content

Commit

Permalink
chore: setting python 3.11 version in desktop app ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvilla committed Nov 22, 2023
1 parent 1e58ade commit 2162026
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/desktop-app-cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,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 2162026

Please sign in to comment.