From: Evgeny Vereshchagin Date: Thu, 13 Jan 2022 17:36:56 +0000 (+0000) Subject: ci: switch to requirements.txt in the unit tests workflow X-Git-Tag: v251-rc1~530 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e360c6bf181a7a7f8599f018e330c566673806c;p=thirdparty%2Fsystemd.git ci: switch to requirements.txt in the unit tests workflow --- diff --git a/.github/workflows/unit_tests.sh b/.github/workflows/unit_tests.sh index 8c59cf36369..fc4696ff594 100755 --- a/.github/workflows/unit_tests.sh +++ b/.github/workflows/unit_tests.sh @@ -48,6 +48,7 @@ for phase in "${PHASES[@]}"; do apt-get -y update apt-get -y build-dep systemd apt-get -y install "${ADDITIONAL_DEPS[@]}" + pip3 install -r .github/workflows/requirements.txt --require-hashes ;; RUN|RUN_GCC|RUN_CLANG) if [[ "$phase" = "RUN_CLANG" ]]; then