mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 16:21:15 +00:00
Pin pylint version
This commit is contained in:
parent
17702ca90b
commit
43be01e7f3
2
.github/workflows/format.yml
vendored
2
.github/workflows/format.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user