From e3e0a805f0434164493d1aa3baa958c64d1159a9 Mon Sep 17 00:00:00 2001 From: Remy Mathieu Date: Fri, 31 Jan 2020 10:13:32 +0100 Subject: [PATCH] gitlab-ci: use the requirements.txt while installing distro for the ebpf part --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40c3f8023070f..26d6cdb7d9e17 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -276,7 +276,7 @@ run_tests_ebpf: image: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/datadog-agent-builders/ebpf:go1.10.1 before_script: - cd $SRC_PATH - - pip3 install distro==1.4.0 # needed for some for our invoke tasks until the builders image contain it + - pip3 install distro -c requirements.txt # needed for some of our invoke tasks until the builders image contain it - inv -e deps --verbose --dep-vendor-only tags: [ "runner:main", "size:large" ] script: