Skip to content

Commit

Permalink
Fixed pylint issues (pytest requirement)
Browse files Browse the repository at this point in the history
  • Loading branch information
Iván de Paz committed Oct 8, 2024
1 parent 4d63f4a commit 05d1f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint
pip install -r requirements.txt -r requirements-tf.txt
pip install -r requirements.txt -r requirements-tf.txt -r requirements-dev.txt
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
Expand Down

0 comments on commit 05d1f4e

Please sign in to comment.