Skip to content
Snippets Groups Projects
Verified Commit 0401a1ab authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Move 'pip install' to CI

parent 335dad0e
Branches master
No related tags found
No related merge requests found
Pipeline #4645 passed
......@@ -2,6 +2,7 @@
create_pdf:
image: ${CI_REGISTRY_IMAGE}
script:
- pip install -r requirements.txt
- python3 example.py
artifacts:
paths:
......
......@@ -5,6 +5,3 @@ WORKDIR /ci
RUN mkdir -p /usr/share/fonts/truetype/opensans
RUN ln -s /ci/OpenSans.ttf /usr/share/fonts/truetype/opensans/opensans.ttf
# Install matplotlib
RUN 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