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

This commit is contained in:
Cdm2883 2024-08-10 18:06:59 +08:00
parent 6750ce8589
commit b36d0ad74d

View File

@ -3,15 +3,15 @@ on: [push]
jobs: jobs:
build: build:
runs-on: ubuntu20.04 runs-on: ubuntu-latest
steps: steps:
- name: Checkout master - name: Checkout master
uses: https://gitea.com/actions/checkout@v4 uses: https://gitea.com/actions/checkout@v4
- name: Setup Python - name: Setup Python
uses: https://gitea.com/actions/setup-python@v2 uses: https://gitea.com/actions/setup-python@v4
with: with:
python-version: 3.9.1 python-version: '3.9'
- name: Install Material for MkDocs - name: Install Material for MkDocs
run: pip install mkdocs-material run: pip install mkdocs-material