Fix Python version in setup to 3.10
This commit is contained in:
2
.github/workflows/build-deb.yml
vendored
2
.github/workflows/build-deb.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: 🐍 Setup Python
|
- name: 🐍 Setup Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: "3.12"
|
python-version: "3.10"
|
||||||
|
|
||||||
- name: 📦 Install Poetry
|
- name: 📦 Install Poetry
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user