Skip to content

Commit

Permalink
install pynipap with pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
garberg committed Jan 13, 2025
1 parent 469e0f7 commit 5b4f71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
sudo nipap-passwd add -u unittest -p gottatest -n unittest
sudo nipap-passwd add -u readonly -p gottatest --readonly -n "Read-only user for running unit tests"
# install pynipap
cd pynipap; sudo python3 setup.py install; cd ..
cd pynipap; sudo -H pip3 install --break-system-packages -I .; cd ..
# install nipap-cli dependencies
sudo -H pip3 install --break-system-packages -I -r nipap-cli/requirements.txt
# start nipap backend
Expand Down

0 comments on commit 5b4f71f

Please sign in to comment.