Skip to content

Commit d26918a

Browse files
committed
Fix typo
1 parent 1f79701 commit d26918a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pylint-windows.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
# Add additional windows requirements
2727
if (Test-Path "command_runner/requirements-win.txt") { pip install -r command_runner/requirements-win.txt }
2828
- name: Lint with Pylint
29-
python -m pip install pylint
3029
if: ${{ matrix.python-version == '3.9' }}
3130
run: |
31+
python -m pip install pylint
3232
# Do not run pylint on python 3.3 because isort is not available for python 3.3, don't run on python 3.4 because pylint: disable=xxxx does not exist
3333
python -m pylint --disable=C,W,R --max-line-length=127 command_runner
3434
- name: Lint with flake8

0 commit comments

Comments
 (0)