Skip to content

Commit 369274a

Browse files
committed
ci: Do not use setup.py install in anaconda tests
1 parent abbdcdf commit 369274a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/anaconda_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
rpm -e --nodeps python3-blivet blivet-data; \
4545
dnf install -y python3-blockdev libblockdev-plugins-all python3-bytesize libbytesize python3-pyparted python3-libmount parted libselinux-python3; \
4646
cd /blivet; \
47-
python3 ./setup.py install; \
47+
make install; \
4848
cd /anaconda; \
4949
./autogen.sh && ./configure; \
5050
make ci"

0 commit comments

Comments
 (0)