From be21a07d280f4eaaa3e807d8e63adf9d34545889 Mon Sep 17 00:00:00 2001 From: Fridolin Glatter Date: Wed, 6 Mar 2024 15:38:31 +0100 Subject: [PATCH] Install library with --only-root --- .github/workflows/pytest-legacy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest-legacy.yml b/.github/workflows/pytest-legacy.yml index 202d13fe9..ffc8ced92 100644 --- a/.github/workflows/pytest-legacy.yml +++ b/.github/workflows/pytest-legacy.yml @@ -66,7 +66,7 @@ jobs: # install root project #------------------------ - name: Install library - run: poetry install --no-interaction + run: poetry install --no-interaction --only-root - name: Test with pytest run: poetry run pytest tests