]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: switch to requirements.txt in the unit tests workflow
authorEvgeny Vereshchagin <evvers@ya.ru>
Thu, 13 Jan 2022 17:36:56 +0000 (17:36 +0000)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 14 Jan 2022 10:29:23 +0000 (10:29 +0000)
.github/workflows/unit_tests.sh

index 8c59cf3636914c7f45a8f49fbc1726c5c2963cff..fc4696ff594eba61c755351dc1d1727e6239c602 100755 (executable)
@@ -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