From 16566d78b273f3c9b9e05a04f91ea2ff3f304987 Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Sat, 11 Jan 2025 14:31:28 +0100 Subject: [PATCH] ci: Install python3-libdnf5 for Ansible --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e71e61fd..787b7b29 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -32,7 +32,7 @@ jobs: - name: Install ansible in the container run: | - podman exec -it ${{ env.CI_CONTAINER }} bash -c "dnf -y install ansible make which" + podman exec -it ${{ env.CI_CONTAINER }} bash -c "dnf -y install ansible make which python3-libdnf5" - name: Enable our daily builds Copr in the container run: |