Revert "set explicit python version"

This reverts commit 4dd7b81f26.
This commit is contained in:
ohdearaugustin 2024-04-21 16:29:06 +02:00
parent 4dd7b81f26
commit f6880514b3
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.12.2
python-version: 3.x
- 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