From dfa6cc777f93ad5b8a7244182b0453fdc21ab17e Mon Sep 17 00:00:00 2001 From: Simon Alibert Date: Fri, 29 Mar 2024 12:30:07 +0100 Subject: [PATCH] CI fix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9c2c4f24..dbcc8f81 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -106,7 +106,7 @@ jobs: # install project #---------------------------------------------- - name: Install project - run: poetry install --no-interaction + run: poetry install --no-interaction --without dev --extras pusht #---------------------------------------------- # run tests & coverage