From 47bea02d1552f397ce65a4cf7c3492d4d915b727 Mon Sep 17 00:00:00 2001 From: Romain Failliot Date: Sun, 23 Oct 2022 16:52:35 -0400 Subject: [PATCH] Add Python version to GitHub actions --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e16b7f2..61543ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 + with: + python-version: '3.8' - name: Install dependencies run: | @@ -39,6 +41,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 + with: + python-version: '3.8' - name: Install dependencies run: | @@ -63,6 +67,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 + with: + python-version: '3.8' - name: Flatpak builder uses: flatpak/flatpak-github-actions/flatpak-builder@v4 with: