Skip to content

Commit

Permalink
added quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
wolearyc committed Aug 30, 2024
1 parent 0ff58b6 commit 35e634b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
pip install uv
uv pip install ${{ matrix.uv-arg }} --system -r requirements.txt
- name: Analyzing the code with pylint
if: ${{ matrix.os != windows-latest }} # Windows throws strange linting errors
if: ${{ matrix.os != "windows-latest" }} # Windows throws strange linting errors
run: |
pylint $(git ls-files '*.py')
- name: Analyzing the code with flake8
Expand Down

0 comments on commit 35e634b

Please sign in to comment.