mirror of
https://github.com/systemd/systemd.git
synced 2025-01-12 13:18:14 +03:00
ci: switch to requirements.txt in the unit tests workflow
This commit is contained in:
parent
048d469999
commit
9e360c6bf1
1
.github/workflows/unit_tests.sh
vendored
1
.github/workflows/unit_tests.sh
vendored
@ -48,6 +48,7 @@ for phase in "${PHASES[@]}"; do
|
|||||||
apt-get -y update
|
apt-get -y update
|
||||||
apt-get -y build-dep systemd
|
apt-get -y build-dep systemd
|
||||||
apt-get -y install "${ADDITIONAL_DEPS[@]}"
|
apt-get -y install "${ADDITIONAL_DEPS[@]}"
|
||||||
|
pip3 install -r .github/workflows/requirements.txt --require-hashes
|
||||||
;;
|
;;
|
||||||
RUN|RUN_GCC|RUN_CLANG)
|
RUN|RUN_GCC|RUN_CLANG)
|
||||||
if [[ "$phase" = "RUN_CLANG" ]]; then
|
if [[ "$phase" = "RUN_CLANG" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user