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