Skip to content

Commit

Permalink
ci: migrate Legacy Pylint CI Job to python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Oct 30, 2024
1 parent 4592019 commit cd29de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ jobs:
## Pylint (legacy) ##
- name: Run Pylint tool on Python Code Base
run: tox -e pylint -vv -s false | tee pylint-result.txt
run: TOXPYTHON=python tox -e pylint -vv -s false | tee pylint-result.txt

- run: cat pylint-result.txt

Expand Down

0 comments on commit cd29de2

Please sign in to comment.