Skip to content

Commit

Permalink
ci: Install pynipap using pip
Browse files Browse the repository at this point in the history
  • Loading branch information
garberg committed Jan 15, 2025
1 parent ddd10f7 commit 8d87089
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 @@ -91,7 +91,7 @@ jobs:
sudo nipap/nipap-passwd add -u unittest -p gottatest -n unittest
sudo nipap/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 .; cd ..
# install nipap-cli dependencies
sudo -H pip3 install --break-system-packages -r nipap-cli/requirements.txt
# start nipap backend
Expand Down

0 comments on commit 8d87089

Please sign in to comment.