ci: add an explicit dependency on python3

This is needed for EPEL branches where ansible-core may not be installed
for the system python interpreter.
This commit is contained in:
Maxwell G 2023-06-02 15:01:43 +00:00
parent 701757693a
commit 7076cf3fdd
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ discover:
- name: Run tests/smoke.sh
test: tests/smoke.sh
require:
- python3
- python3-dnf
- dnf-plugins-core
- ansible-core

View File

@ -6,6 +6,7 @@ discover:
- name: Run tests/smoke.sh
test: tests/smoke.sh
require:
- python3
- python3-dnf
- dnf-plugins-core
- ansible-core