update yml file

This commit is contained in:
sam
2023-12-13 13:06:33 +01:00
parent 1e303fda4c
commit dc0175bded

View File

@@ -1,7 +1,6 @@
image: python:3.11-slim image: python:3.11-slim
before_script: before_script:
- time apt update
- time pip install -r requirements.txt - time pip install -r requirements.txt
- time cd mdocotion && python setup.py install && cd .. - time cd mdocotion && python setup.py install && cd ..