ci: fix pip installing

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

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