Specify python package versions

This commit is contained in:
Christian Semmler 2024-01-26 10:14:50 -05:00
parent 706291d8c6
commit b1bf0467f2

View File

@ -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