From cb30c3f40d5113044d5e6002a8645851b587fa3b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Tue, 15 Aug 2017 16:39:13 +0200 Subject: [PATCH] gitlab-ci: fallout from !352 - don't have pyyaml twice - don't install for python3 (for now), just as with other modules --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e4093bac..b78c09ba4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,10 +33,9 @@ deckard:linux:amd64: script: - apt purge -y python-dnspython python3-dnspython - apt update - - apt install python-pip libffi-dev libaugeas-dev -y - - apt-get install -y python-yaml python3-yaml + - apt install -y python-pip python-yaml libffi-dev libaugeas-dev - pip install --upgrade pip - - pip install --user dnspython pyyaml python-augeas + - pip install --user dnspython python-augeas - PREFIX=$(pwd)/.local MAKEFLAGS="--jobs $(nproc) --keep-going" make check-integration dependencies: - build:linux:amd64 -- 2.47.2