Skip to content

Commit

Permalink
ci: Update for new nipap-cli packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
garberg committed Jan 22, 2025
1 parent c678831 commit 9535354
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
fakeroot \
debhelper \
dh-python \
dh-exec \
pybuild-plugin-pyproject \
junit4 \
libldap-dev \
Expand Down Expand Up @@ -94,8 +95,8 @@ jobs:
sudo nipap-passwd add -u readonly -p gottatest --readonly -n "Read-only user for running unit tests"
# install pynipap
cd pynipap; sudo -H pip3 install --break-system-packages -I .; cd ..
# install nipap-cli dependencies
sudo -H pip3 install --break-system-packages -r nipap-cli/requirements.txt
# install nipap-cli
sudo -H pip3 install --break-system-packages -r ./nipap-cli/
# start nipap backend
nipapd --no-pid-file -c /etc/nipap/nipap.conf -df 2>&1 > /tmp/nipap.log &
Expand Down

0 comments on commit 9535354

Please sign in to comment.