ci: Fix RPM install
This should fix new dep issues as well Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
f929bc7b8b
commit
e8272763fc
|
@ -20,17 +20,16 @@ jobs:
|
|||
rpm-build \
|
||||
dnf-plugins-core \
|
||||
glibc-langpack-en \
|
||||
python3-pytest python3-pytest-cov \
|
||||
python3-tqdm
|
||||
python3-pytest python3-pytest-cov
|
||||
|
||||
dnf copr enable -y @virtmaint-sig/virt-preview
|
||||
dnf install -y virt-install
|
||||
dnf builddep -y ./virt-manager.spec
|
||||
|
||||
- name: Build RPM and test install
|
||||
run: |
|
||||
./setup.py rpm
|
||||
dnf update -y noarch/*.rpm
|
||||
dnf install -y \
|
||||
noarch/virt-install*.rpm \
|
||||
noarch/virt-manager-common*.rpm
|
||||
|
||||
- name: Run test suite and generate coverage report
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue