Skip to content

Commit

Permalink
Fix pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrandazzo committed Aug 15, 2023
1 parent 5a0839d commit 3fe3166
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint
pip install src/python_bindings/
- name: Analysing the code with pylint
run: |
pylint src/python_bindings/libscientific/*.py

0 comments on commit 3fe3166

Please sign in to comment.