Pin pycodestyle version

This commit is contained in:
Rikko 2023-08-03 20:50:27 +05:30
parent cc616c6160
commit 1d50d58119

View file

@ -26,7 +26,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install -U pip
python -m pip install -U autopep8
python -m pip install -U pycodestyle==2.10.0 autopep8
python -m pip install -U -r test/pip_reqs.txt
- name: Apply AutoPEP8
run: |