CI fix python version
All checks were successful
Build documentation / build-and-deploy (push) Successful in 4m47s

This commit is contained in:
2026-03-15 23:02:42 +01:00
parent 214f7e66cb
commit d155e3f6ec

View File

@@ -29,7 +29,7 @@ jobs:
- name: Set up python3
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.10.12'
- name: Install mkdocs
run: |