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
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.12"
|
||||
python-version: "3.10"
|
||||
|
||||
- name: 📦 Install Poetry
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user