set explicit python version

This commit is contained in:
ohdearaugustin 2024-04-21 15:44:54 +02:00
parent dcd2548bf1
commit 4dd7b81f26
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: Install python
uses: actions/setup-python@v4
with:
python-version: 3.x
python-version: 3.12.2
- name: Setup cache
uses: actions/cache@v2
with:
@ -24,4 +24,4 @@ jobs:
- name: Setup dependencies
run: pip install -r docs/requirements.txt
- name: Build docs
run: mkdocs build --strict
run: mkdocs build --strict