Pin pylint version

This commit is contained in:
Christian Semmler 2024-09-20 10:00:39 -07:00
parent 17702ca90b
commit 43be01e7f3

View File

@ -28,7 +28,7 @@ jobs:
- name: Install python libraries
shell: bash
run: |
pip install black==23.* pylint==3.* pytest==7.* -r tools/requirements.txt
pip install black==23.* pylint==3.2.7 pytest==7.* -r tools/requirements.txt
- name: Run pylint and black
shell: bash