File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -156,12 +156,16 @@ jobs:
156
156
echo "$HOME/install/bin" >> $GITHUB_PATH
157
157
158
158
- name : Run Pylint on grass package
159
+ # Until slower checks (like similarity) are reenabled, running in one step is faster
160
+ if : false
159
161
run : |
160
162
export PYTHONPATH=`grass --config python_path`:$PYTHONPATH
161
163
export LD_LIBRARY_PATH=$(grass --config path)/lib:$LD_LIBRARY_PATH
162
164
pylint --persistent=no --py-version=${{ env.MIN_PYTHON_VERSION }} --jobs=$(nproc) grass
163
165
164
166
- name : Run Pylint on other files using pytest
167
+ # Until slower checks (like similarity) are reenabled, running in one step is faster
168
+ if : false
165
169
run : |
166
170
pipx inject --include-apps pylint pytest
167
171
pipx inject pylint pytest-pylint pytest-github-actions-annotate-failures pytest-timeout
@@ -173,6 +177,8 @@ jobs:
173
177
PylintIgnore : " python/.*,gui/.*"
174
178
175
179
- name : Run Pylint on wxGUI
180
+ # Until slower checks (like similarity) are reenabled, running in one step is faster
181
+ if : false
176
182
run : |
177
183
export PYTHONPATH=`grass --config python_path`:$PYTHONPATH
178
184
export LD_LIBRARY_PATH=$(grass --config path)/lib:$LD_LIBRARY_PATH
You can’t perform that action at this time.
0 commit comments