Skip to content

Commit 5b4f71f

Browse files
committed
install pynipap with pip3
1 parent 469e0f7 commit 5b4f71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
sudo nipap-passwd add -u unittest -p gottatest -n unittest
9494
sudo nipap-passwd add -u readonly -p gottatest --readonly -n "Read-only user for running unit tests"
9595
# install pynipap
96-
cd pynipap; sudo python3 setup.py install; cd ..
96+
cd pynipap; sudo -H pip3 install --break-system-packages -I .; cd ..
9797
# install nipap-cli dependencies
9898
sudo -H pip3 install --break-system-packages -I -r nipap-cli/requirements.txt
9999
# start nipap backend

0 commit comments

Comments
 (0)