update protobuf dep and make pandora install optional

This commit is contained in:
Gilles Boccon-Gibod
2024-04-17 13:14:21 -07:00
parent 51321caf5b
commit c8883a7d0f
2 changed files with 4 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ jobs:
- name: Install
run: |
python -m pip install --upgrade pip
python -m pip install .[avatar]
python -m pip install .[avatar,pandora]
- name: Rootcanal
run: nohup python -m rootcanal > rootcanal.log &
- name: Test