From: Rod S Date: Fri, 16 Jun 2023 17:44:04 +0000 (-0700) Subject: We seem to inconsistently use python 3.8 or 3.10, might as well use 3.10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6390%2Fhead;p=thirdparty%2Fgoogle%2Ffonts.git We seem to inconsistently use python 3.8 or 3.10, might as well use 3.10 --- diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 42e98f74f4..6e928c8fe4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.8" + python-version: "3.10" # Check to_sandbox.txt and to_production.txt do not contain typos - name: Install gftools @@ -31,7 +31,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.8" + python-version: "3.10" # Check Knowledge link graph - name: Install dependencies diff --git a/.github/workflows/report.yaml b/.github/workflows/report.yaml index b8a00735c6..084290e597 100644 --- a/.github/workflows/report.yaml +++ b/.github/workflows/report.yaml @@ -19,7 +19,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.8" + python-version: "3.10" - name: Install dependencies run: pip install gftools[qa] - name: Generate report