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:
parent
701757693a
commit
7076cf3fdd
@ -6,6 +6,7 @@ discover:
|
||||
- name: Run tests/smoke.sh
|
||||
test: tests/smoke.sh
|
||||
require:
|
||||
- python3
|
||||
- python3-dnf
|
||||
- dnf-plugins-core
|
||||
- ansible-core
|
||||
|
@ -6,6 +6,7 @@ discover:
|
||||
- name: Run tests/smoke.sh
|
||||
test: tests/smoke.sh
|
||||
require:
|
||||
- python3
|
||||
- python3-dnf
|
||||
- dnf-plugins-core
|
||||
- ansible-core
|
||||
|
Loading…
Reference in New Issue
Block a user