Merge pull request #14 from DLR-Institute-of-Future-Fuels/dev

Swiching to python 3.10 for building docs
This commit is contained in:
Nicolas Kruse 2026-02-11 14:24:24 +01:00 committed by GitHub
commit d6c6bcac0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

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

View File

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