ci: fix python installing
Some checks failed
Build Demo / build (push) Failing after 6m37s

This commit is contained in:
Cdm2883 2024-08-10 17:28:02 +08:00
parent 58bab60cfc
commit 82e6243f5b

View File

@ -8,11 +8,8 @@ jobs:
- name: Checkout master
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip'
- name: Install Python
run: sudo apt-get install python3.9
- name: Install Material for MkDocs
run: pip install mkdocs-material