Skip to content

Commit 05cb2c1

Browse files
committed
Fix: pythonpackage.yml of pip installation for CLI.
1 parent 2a0f710 commit 05cb2c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28-
pip install -e .[tests]
28+
pip install -e .[cli,tests,docs]
2929
- name: Test with pytest
3030
run: pytest

0 commit comments

Comments
 (0)