Skip to content

Commit

Permalink
Merge pull request #468 from vojtechtrefny/main_ansible-dnf5
Browse files Browse the repository at this point in the history
ci: Install python3-libdnf5 for Ansible
  • Loading branch information
vojtechtrefny authored Jan 11, 2025
2 parents 3987212 + 16566d7 commit e147ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit e147ba0

Please sign in to comment.