Skip to content
Snippets Groups Projects
Commit 73880211 authored by hoijui's avatar hoijui
Browse files

CI: Try to fix git install error

parent cbaa9649
No related branches found
No related tags found
No related merge requests found
Pipeline #871 failed
image: python:3.8-slim
image: python:3.10.1-slim
before_script:
# install Git for the mkdocs revision plugin
- time apt update && apt-get install -y git
- time apt-get update && apt-get install -y git
# Install mkdocs and theme
- time pip install -r requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment