Skip to content
Snippets Groups Projects
Commit 7acb4034 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Add and install python packages

parent f5404de6
Branches
No related tags found
No related merge requests found
Pipeline #474 failed
...@@ -2,6 +2,9 @@ image: stretch_website ...@@ -2,6 +2,9 @@ image: stretch_website
before_script: before_script:
- export LANG=en_US.UTF-8 - export LANG=en_US.UTF-8
- python -m venv venv
- source venv/bin/activate
- pip install -r requirements.txt
stages: stages:
- test - test
......
PyYAML==3.13
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment