diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71f0a2aee..4d2f2e0f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |