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

This commit is contained in:
Cdm2883 2024-08-10 17:46:53 +08:00
parent 4227e7338f
commit 17d6206be2

View File

@ -4,14 +4,12 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
container:
image: python:3.9
steps:
- name: Checkout master
uses: https://gitea.com/actions/checkout@v4
- name: Check the Python installation
run: python3 --version
- name: Install Python
run: apt-get install python3.9
- name: Install Material for MkDocs
run: pip install mkdocs-material