Skip to content

Commit

Permalink
ci: Install changes for repackaged pynipap
Browse files Browse the repository at this point in the history
Some changes to the CI setup to accomodate repackeged pynipap:
 * Install pynipap using pip
 * Install build dependencies python3-build and pybuild-plugin-pyproject
  • Loading branch information
garberg committed Jan 15, 2025
1 parent ddd10f7 commit 798ac44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,15 @@ jobs:
fakeroot \
debhelper \
dh-python \
pybuild-plugin-pyproject \
junit4 \
libldap-dev \
libsasl2-dev \
python3-docutils \
python3-nose \
python3-requests \
python3-setuptools \
python3-build \
python3-wheel \
python3-all \
default-jdk \
Expand Down Expand Up @@ -91,7 +93,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 798ac44

Please sign in to comment.