Compare commits

...

2 Commits

Author SHA1 Message Date
Nicolas Kruse 6648e8fc93 Swiching to python 3.10 for building docs in CI due to issues with notedown 2026-02-11 14:20:41 +01:00
Nicolas Kruse 5a9c84aa92 setuptools dependency added for [doc_build] 2026-02-11 14:12:24 +01:00
1 changed files with 1 additions and 1 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