We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abbdcdf commit 369274aCopy full SHA for 369274a
.github/workflows/anaconda_tests.yml
@@ -44,7 +44,7 @@ jobs:
44
rpm -e --nodeps python3-blivet blivet-data; \
45
dnf install -y python3-blockdev libblockdev-plugins-all python3-bytesize libbytesize python3-pyparted python3-libmount parted libselinux-python3; \
46
cd /blivet; \
47
- python3 ./setup.py install; \
+ make install; \
48
cd /anaconda; \
49
./autogen.sh && ./configure; \
50
make ci"
0 commit comments