We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 860b0ca + c710f02 commit c15eb9dCopy full SHA for c15eb9d
1 file changed
.github/workflows/code_check.yml
@@ -30,6 +30,10 @@ jobs:
30
pip install -r requirements.txt
31
pip install pylint
32
33
+ - name: Clean python cache
34
+ run: |
35
+ find . -type d -name "__pycache__" -exec rm -rf {} +
36
+
37
- name: Lint with pylint
38
env:
39
PYTHONPATH: ${{ github.workspace }}
0 commit comments