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
+5 -5
View File
@@ -31,7 +31,7 @@ permissions:
jobs: jobs:
build: build:
name: Build PluginLoader name: Build PluginLoader
runs-on: ubuntu-22.10 runs-on: ubuntu-22.04
steps: steps:
- name: Print input - name: Print input
@@ -47,10 +47,10 @@ jobs:
with: with:
node-version: 18 node-version: 18
- name: Set up Python 3.11.4 🐍 - name: Set up Python 3.10.12 🐍
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: "3.11.4" python-version: "3.10.12"
- name: Install Python dependencies ⬇️ - name: Install Python dependencies ⬇️
run: | run: |
@@ -97,10 +97,10 @@ jobs:
with: with:
node-version: 18 node-version: 18
- name: Set up Python 3.11.4 🐍 - name: Set up Python 3.10.12 🐍
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: "3.11.4" python-version: "3.10.12"
- name: Install Python dependencies ⬇️ - name: Install Python dependencies ⬇️
run: | run: |