]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: install python3-pytest for ukify tests
authorFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 16 Jan 2024 20:36:05 +0000 (21:36 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 16 Jan 2024 20:36:05 +0000 (21:36 +0100)
.github/workflows/unit_tests.sh

index a5b98e089be106abe88b1341247d700e2b035fe3..dc5bf5dd4fcb62bf32f587757fe7ada9a0d3fc30 100755 (executable)
@@ -22,6 +22,7 @@ ADDITIONAL_DEPS=(
     python3-pefile
     python3-pyelftools
     python3-pyparsing
+    python3-pytest
     rpm
     zstd
 )