From 78d11a30c5e66d10a2abc284eb81cf3aaa5b82f2 Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Thu, 13 Mar 2025 13:27:44 +0100 Subject: [PATCH] ci: use new poetry parameter --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 999b63b..9f9e545 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: | pip install poetry - poetry install + poetry install --no-root - name: Linting run: | make lint @@ -48,7 +48,7 @@ jobs: - name: Install dependencies run: | pip install poetry - poetry install + poetry install --no-root - name: Set up kind with K8s version ${{ matrix.k8s-version }} uses: engineerd/setup-kind@v0.5.0 with: