mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
Specify python package versions
This commit is contained in:
parent
706291d8c6
commit
b1bf0467f2
2
.github/workflows/format.yml
vendored
2
.github/workflows/format.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
- name: Install python libraries
|
||||
shell: bash
|
||||
run: |
|
||||
pip install black pylint pytest -r tools/requirements.txt
|
||||
pip install black==23 pylint==3 pytest==7 -r tools/requirements.txt
|
||||
|
||||
- name: Run pylint and black
|
||||
shell: bash
|
||||
|
||||
Loading…
Reference in New Issue
Block a user