Fix the CI by installing the composable dependencies

This commit is contained in:
Mirko Bunse 2024-04-18 10:21:21 +02:00
parent da99f78c0c
commit e111860128
1 changed files with 1 additions and 1 deletions

View File

@ -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