Skip to content

Commit 6ac0aa9

Browse files
committed
[CI] Install pycodestyle.
1 parent deb1af7 commit 6ac0aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
sudo apt-get update
2727
python -m pip install --upgrade pip
28-
python -m pip install --upgrade mypy setuptools wheel
28+
python -m pip install --upgrade pycodestyle mypy setuptools wheel
2929
- name: Run pycodestyle and mypy
3030
run: |
3131
pycodestyle .

0 commit comments

Comments
 (0)