Don't use cached dependencies?

This commit is contained in:
Rikko 2023-08-03 20:43:11 +05:30
parent 72d35f7bb3
commit cc616c6160

View file

@ -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 .