We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac70853 + 03e835c commit 45c9909Copy full SHA for 45c9909
.github/workflows/pr-pylint.yaml
@@ -26,6 +26,7 @@ jobs:
26
python3 -m pip install --upgrade pip
27
python3 -m pip install pylint
28
python3 -m pip install -r ./sdk/python3/requirements.txt
29
+ python3 -m pip install -e ./sdk/python3/
30
31
- name: Analyze python code
32
run: |
0 commit comments