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 58bab60cfc

View File

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