Skip to content

Commit

Permalink
ci: Use rpm instead of dnf to remove blivet in Anaconda tests
Browse files Browse the repository at this point in the history
DNF will also remove blivet-gui which is needed for the Anaconda
tests.
  • Loading branch information
vojtechtrefny committed Jan 10, 2025
1 parent 030ef76 commit 4110217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/anaconda_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# - Run Anaconda tests.
podman run -i --rm -v ./blivet:/blivet:z -v ./anaconda:/anaconda:z quay.io/rhinstaller/anaconda-ci:$TARGET_BRANCH sh -c " \
set -xe; \
dnf remove -y python3-blivet; \
rpm -e --nodeps python3-blivet blivet-data; \
dnf install -y python3-blockdev libblockdev-plugins-all python3-bytesize libbytesize python3-pyparted python3-libmount parted libselinux-python3; \
cd /blivet; \
python3 ./setup.py install; \
Expand Down

0 comments on commit 4110217

Please sign in to comment.