add pandora to code-check action

This commit is contained in:
Gilles Boccon-Gibod
2024-04-17 13:19:07 -07:00
parent c8883a7d0f
commit 50eae2ef54

View File

@@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install ".[build,test,development]"
python -m pip install ".[build,test,development,pandora]"
- name: Check
run: |
invoke project.pre-commit