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

This commit is contained in:
Cdm2883 2024-08-10 18:14:03 +08:00
parent b36d0ad74d
commit d9237fbcdb

View File

@ -8,13 +8,11 @@ jobs:
- name: Checkout master
uses: https://gitea.com/actions/checkout@v4
- name: Setup Python
uses: https://gitea.com/actions/setup-python@v4
with:
python-version: '3.9'
- name: Verify Python installation
run: python3.9 --version
- name: Install Material for MkDocs
run: pip install mkdocs-material
run: python3.9 -m pip install mkdocs-material
- name: Setup Node.js
uses: https://gitea.com/actions/setup-node@v4