CI needs to install the bayes extra dependency

This commit is contained in:
Mirko Bunse 2024-04-17 12:28:42 +02:00
parent 31a697559c
commit f3e543152c
1 changed files with 1 additions and 1 deletions

View File

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