From e111860128cfd86464ce51625622b3c4688c9001 Mon Sep 17 00:00:00 2001 From: Mirko Bunse Date: Thu, 18 Apr 2024 10:21:21 +0200 Subject: [PATCH] Fix the CI by installing the composable dependencies --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ba6d09..85d0dd1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,6 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip setuptools wheel - python -m pip install -e .[bayes,tests] + python -m pip install -e .[bayes,composable,tests] - name: Test with unittest run: python -m unittest