Skip to content

Commit 45c9909

Browse files
authored
Merge pull request #46 from dongx1x/pylint
workflow: add ccnp test dependency for pylint
2 parents ac70853 + 03e835c commit 45c9909

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)