Fix formatting of Python version strings and ensure submodules are checked out in quality.yaml

This commit is contained in:
2025-05-04 00:28:43 +02:00
parent a714f4d53c
commit cecb0406be

View File

@@ -23,19 +23,21 @@ jobs:
matrix: matrix:
python-version: [3.9, 3.10, 3.11, 3.12, 3.13] python-version: [3.9, 3.10, 3.11, 3.12, 3.13]
include: include:
- python-version: 3.9 - python-version: "3.9"
name: "Python 3.9" name: "Python 3.9"
- python-version: 3.10 - python-version: "3.10"
name: "Python 3.10" name: "Python 3.10"
- python-version: 3.11 - python-version: "3.11"
name: "Python 3.11" name: "Python 3.11"
- python-version: 3.12 - python-version: "3.12"
name: "Python 3.12" name: "Python 3.12"
- python-version: 3.13 - python-version: "3.13"
name: "Python 3.13" name: "Python 3.13"
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
submodules: true
- name: "Set up Python" - name: "Set up Python"
uses: actions/setup-python@v5 uses: actions/setup-python@v5