From f3e543152cd7f131d3a538a3e4a87b30bb13019e Mon Sep 17 00:00:00 2001 From: Mirko Bunse Date: Wed, 17 Apr 2024 12:28:42 +0200 Subject: [PATCH] CI needs to install the bayes extra dependency --- .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 c7b0809..09cd522 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,6 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip setuptools wheel - python -m pip install -e .[tests] + python -m pip install -e .[bayes,tests] - name: Test with unittest run: python -m unittest