From 8ec31e65c73761eac76d6368c2df3baf00b7bdeb Mon Sep 17 00:00:00 2001 From: Patrick Ogenstad Date: Thu, 9 Jan 2025 13:40:27 +0100 Subject: [PATCH] Add dev group during installation --- .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 e159e08..5cdf3f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,7 @@ jobs: - name: "Setup environment" run: | pipx install poetry==1.8.5 - poetry config virtualenvs.prefer-active-python true + poetry config virtualenvs.create true --local pip install invoke toml codecov - name: "Install Package" run: "poetry install --all-extras" @@ -193,7 +193,7 @@ jobs: - name: "Setup environment" run: | pipx install poetry==1.8.5 - poetry config virtualenvs.prefer-active-python true + poetry config virtualenvs.create true --local pip install invoke toml codecov - name: "Install Package" run: "poetry install --all-extras"