CI needs to install the bayes extra dependency
This commit is contained in:
parent
31a697559c
commit
f3e543152c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue