diff --git a/.github/workflows/on_pull_request.yaml b/.github/workflows/on_pull_request.yaml index 57f46ab6e..b9e0eb7db 100644 --- a/.github/workflows/on_pull_request.yaml +++ b/.github/workflows/on_pull_request.yaml @@ -29,6 +29,6 @@ jobs: python launch.py --test - name: Analysing the code with pylint run: | - python -m pip install --upgrade pip - pip install pylint - pylint $(git ls-files '*.py') + python -m pip install --upgrade pip + pip install pylint + pylint $(git ls-files '*.py')