ci: fix python version
Some checks failed
Build Demo / build (push) Failing after 8s

This commit is contained in:
Cdm2883 2024-08-10 17:19:05 +08:00
parent 76ce2492ab
commit 67d24338ca

View File

@ -11,7 +11,7 @@ jobs:
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: '3.11.0' python-version: '3.12.4'
cache: 'pip' cache: 'pip'
- name: Install Material for MkDocs - name: Install Material for MkDocs