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