Skip to content

Commit

Permalink
Update autopep8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
rikkolovescats committed Aug 3, 2023
1 parent 5efdb7a commit 8a558e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8a558e6

Please sign in to comment.