From 10406c7bfa943dc8e8ca8ad9d7e8f1ba25d7fdfc Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 12 Oct 2024 16:23:56 +0200 Subject: [PATCH] github CI: pip install -e . --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f1f8cea..115c440e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,6 +92,9 @@ jobs: - name: Install Python tools and tox run: | python -m pip install --upgrade pip setuptools wheel tox + - name: Install nsupdate.info + run: | + pip install -e . - name: run tox env run: | tox --skip-missing-interpreters