Skip to content

Commit a81d5a1

Browse files
authored
Update python-package.yml
Signed-off-by: Asif Saif Uddin <[email protected]>
1 parent 51631bd commit a81d5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
python -m pip install flake8 pytest tox CherryPy gevemt tornado
30+
python -m pip install flake8 pytest tox CherryPy gevent tornado
3131
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3232
- name: Lint with flake8
3333
run: |

0 commit comments

Comments
 (0)