Install python-yaml through pip (to get the latest version)

This commit is contained in:
Loic Guegan 2019-10-09 10:29:36 -04:00
parent b7d9c3f837
commit 08e4930a52

View file

@ -2,6 +2,7 @@ debian:
stage: test
image: debian:stable
before_script:
- apt-get -qq update && apt-get -qq install -y python python-yaml
- apt-get -qq update && apt-get -qq install -y python python-pip
- pip install PyYAML
script:
- bash tests/run.sh break