mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-27 02:01:16 +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
|
- name: Install python libraries
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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
|
- name: Run pylint and black
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user