Skip to content

Commit 03e835c

Browse files
committed
workflow: add ccnp test dependency for pylint
Signed-off-by: Xiaocheng Dong <[email protected]>
1 parent ac70853 commit 03e835c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-pylint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
python3 -m pip install --upgrade pip
2727
python3 -m pip install pylint
2828
python3 -m pip install -r ./sdk/python3/requirements.txt
29+
python3 -m pip install -e ./sdk/python3/
2930
3031
- name: Analyze python code
3132
run: |

0 commit comments

Comments
 (0)