We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469e0f7 commit 5b4f71fCopy full SHA for 5b4f71f
.github/workflows/ci.yml
@@ -93,7 +93,7 @@ jobs:
93
sudo nipap-passwd add -u unittest -p gottatest -n unittest
94
sudo nipap-passwd add -u readonly -p gottatest --readonly -n "Read-only user for running unit tests"
95
# install pynipap
96
- cd pynipap; sudo python3 setup.py install; cd ..
+ cd pynipap; sudo -H pip3 install --break-system-packages -I .; cd ..
97
# install nipap-cli dependencies
98
sudo -H pip3 install --break-system-packages -I -r nipap-cli/requirements.txt
99
# start nipap backend
0 commit comments