From c27f4767db606e176edc4637f51582c08eaa934d Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Sun, 4 Aug 2024 23:39:18 +0200 Subject: [PATCH] chore: Update Python version to 3.x --- .github/workflows/alpha.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 89497201b..2d3a8b07a 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -293,6 +293,11 @@ jobs: runs-on: ubuntu-latest steps: + - name: Install Python + uses: actions/setup-python@v2 + with: + python-version: '3.x' + - name: Clone flatpak repo uses: actions/checkout@v4 with: