From 3ae4ceb431b658372fda5172d008ec61fd5d25be Mon Sep 17 00:00:00 2001 From: Marco Rodolfi Date: Thu, 27 Jul 2023 09:38:32 +0200 Subject: Switch back to Python 3.10 in order to avoid library dependency hell --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.github/workflows/build.yml') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a32efca2..aa378917 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ permissions: jobs: build: name: Build PluginLoader - runs-on: ubuntu-22.10 + runs-on: ubuntu-22.04 steps: - name: Print input @@ -47,10 +47,10 @@ jobs: with: node-version: 18 - - name: Set up Python 3.11.4 🐍 + - name: Set up Python 3.10.12 🐍 uses: actions/setup-python@v4 with: - python-version: "3.11.4" + python-version: "3.10.12" - name: Install Python dependencies ⬇️ run: | @@ -97,10 +97,10 @@ jobs: with: node-version: 18 - - name: Set up Python 3.11.4 🐍 + - name: Set up Python 3.10.12 🐍 uses: actions/setup-python@v4 with: - python-version: "3.11.4" + python-version: "3.10.12" - name: Install Python dependencies ⬇️ run: | -- cgit v1.2.3