From ee5aeac69de89e8ff438bc1b7c3b7c61e6405473 Mon Sep 17 00:00:00 2001 From: Athanaseus Javas Ramaila Date: Fri, 31 Jan 2025 21:53:43 +0200 Subject: [PATCH] Install breizorro with all modules --- .github/workflows/python-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index fda35c7..03389a2 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -54,8 +54,8 @@ jobs: - name: Install breizorro run: poetry install - - name: Install breizorro with gui - run: poetry install --extras "gui" + - name: Install breizorro with all modules + run: poetry install --extras "all" - name: Install breizorro with tests run: poetry install --with tests --no-interaction