Use wildcard version

This commit is contained in:
Christian Semmler 2024-01-26 10:15:39 -05:00
parent b1bf0467f2
commit c70cd89290

View File

@ -29,7 +29,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.* pytest==7.* -r tools/requirements.txt
- name: Run pylint and black
shell: bash