1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-25 01:34:28 +03:00

ci: switch to requirements.txt in the unit tests workflow

This commit is contained in:
Evgeny Vereshchagin 2022-01-13 17:36:56 +00:00 committed by Frantisek Sumsal
parent 048d469999
commit 9e360c6bf1

View File

@ -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