ci: fix pip installing
Some checks failed
Build Demo / build (push) Failing after 5s

This commit is contained in:
Cdm2883 2024-08-10 17:50:27 +08:00
parent 17d6206be2
commit e3e7653d43

View File

@ -8,8 +8,8 @@ jobs:
- name: Checkout master
uses: https://gitea.com/actions/checkout@v4
- name: Install Python
run: apt-get install python3.9
- name: Install pip
run: apt-get install python3-pip
- name: Install Material for MkDocs
run: pip install mkdocs-material