Skip to content

Commit

Permalink
Updated pip in code-style action
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 committed Feb 1, 2021
1 parent 5fc568a commit 8c2bd9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
python-version: "3.8"
- run: |
python -m pip install --upgrade pip wheel
python -m pip install autopep8 "black==19.10b0" "isort==4.3.21"
isort -rc .
autopep8 --recursive --in-place --aggressive --aggressive .
Expand Down

0 comments on commit 8c2bd9d

Please sign in to comment.