Swiching to python 3.10 for building docs in CI due to issues with notedown

This commit is contained in:
Nicolas Kruse 2026-02-11 14:20:41 +01:00
parent 5a9c84aa92
commit 6648e8fc93
2 changed files with 2 additions and 3 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.x"
python-version: "3.10"
- name: Build database
run: |
pip install pyyaml

View File

@ -53,8 +53,7 @@ doc_build = [
"ipykernel",
"jupyter",
"nbconvert",
"notedown",
"setuptools"
"notedown"
]
[tool.mypy]