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.
1 parent ac70853 commit 03e835cCopy full SHA for 03e835c
.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