chanaged before script

This commit is contained in:
sam
2023-12-13 13:02:18 +01:00
parent 6bbb7b6b4d
commit bb540609ee

View File

@@ -1,6 +1,7 @@
image: python:3.11-slim
before_script:
- time apt-key adv --recv-keys --keyserver keyserver.ubuntu.com *
- time apt update
- time pip install -r requirements.txt
- time cd mdocotion && python setup.py install && cd ..