From 61a50ce5cdb1d2849f295d3b53c6bcc16d9c8286 Mon Sep 17 00:00:00 2001 From: mytja Date: Sun, 7 Jan 2024 00:47:26 +0100 Subject: [PATCH] use python 3.12 --- .github/workflows/translation-website.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/translation-website.yml b/.github/workflows/translation-website.yml index 11a2d69..1bb3825 100644 --- a/.github/workflows/translation-website.yml +++ b/.github/workflows/translation-website.yml @@ -10,6 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - uses: actions/setup-python@v5 + with: + python-version: '3.12' - name: Run Python script run: python translation/generate_translation_page.py - name: Remove Python script