Update autopep8 version

This commit is contained in:
Rikko 2023-08-03 20:17:18 +05:30
parent 5efdb7af4d
commit 8a558e6a29

View file

@ -25,8 +25,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install autopep8==2.0.0
python -m pip install -U pip
pip install -U autopep8
pip install -r test/pip_reqs.txt
- name: Apply AutoPEP8
run: |