From 5460f95eac227d14108c5885679587289a7be599 Mon Sep 17 00:00:00 2001 From: Marco Rodolfi Date: Thu, 27 Jul 2023 09:50:22 +0200 Subject: Latest builds of Python 3.10 already uses newer version of the SQLite library According to the changelog, the latest version that uses > 3.37 is Python 3.10.9, so switch back to an older version of it until Ubuntu pick up more recent versions of SQLite --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa378917..85bb172d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,10 +47,10 @@ jobs: with: node-version: 18 - - name: Set up Python 3.10.12 🐍 + - name: Set up Python 3.10.6 🐍 uses: actions/setup-python@v4 with: - python-version: "3.10.12" + python-version: "3.10.6" - name: Install Python dependencies ⬇️ run: | @@ -97,10 +97,10 @@ jobs: with: node-version: 18 - - name: Set up Python 3.10.12 🐍 + - name: Set up Python 3.10.6 🐍 uses: actions/setup-python@v4 with: - python-version: "3.10.12" + python-version: "3.10.6" - name: Install Python dependencies ⬇️ run: | -- cgit v1.2.3