mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-15 13:03:08 +00:00
Don't use cached dependencies?
This commit is contained in:
parent
72d35f7bb3
commit
cc616c6160
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -26,8 +26,8 @@ jobs:
|
|||
- name: Install Dependencies
|
||||
run: |
|
||||
python -m pip install -U pip
|
||||
pip install -U autopep8
|
||||
pip install -r test/pip_reqs.txt
|
||||
python -m pip install -U autopep8
|
||||
python -m pip install -U -r test/pip_reqs.txt
|
||||
- name: Apply AutoPEP8
|
||||
run: |
|
||||
autopep8 --in-place --recursive --max-line-length=100 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue