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

This commit is contained in:
Cdm2883 2024-08-10 17:53:53 +08:00
parent e3e7653d43
commit 6a2c5a7d38

View File

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