Switch back to Python 3.10 in order to avoid library dependency hell

This commit is contained in:
Marco Rodolfi
2023-07-27 09:38:32 +02:00
committed by GitHub
parent 7a725935fc
commit 3ae4ceb431

View File

@@ -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: |