diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23daee8..c3dd1b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 .