Fix the CI by installing the composable dependencies
This commit is contained in:
parent
da99f78c0c
commit
e111860128
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue