diff --git a/.github/workflows/linting_modified_files.yml b/.github/workflows/linting_modified_files.yml index 0b34de5..58aef94 100644 --- a/.github/workflows/linting_modified_files.yml +++ b/.github/workflows/linting_modified_files.yml @@ -13,7 +13,7 @@ jobs: - name: Install Dependencies run: | - pip install pylint + pipx install pylint - name: Fetch Main run: | @@ -36,4 +36,4 @@ jobs: done else echo "No Python files have been changed." - fi \ No newline at end of file + fi