mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Lock autopep8 to 2.0.0
This commit is contained in:
parent
3effcbfcdf
commit
2b4d6df5dc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install autopep8
|
pip install autopep8==2.0.0
|
||||||
pip install -r test/pip_reqs.txt
|
pip install -r test/pip_reqs.txt
|
||||||
- name: Apply AutoPEP8
|
- name: Apply AutoPEP8
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue