We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51631bd commit a81d5a1Copy full SHA for a81d5a1
.github/workflows/python-package.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install dependencies
28
run: |
29
python -m pip install --upgrade pip
30
- python -m pip install flake8 pytest tox CherryPy gevemt tornado
+ python -m pip install flake8 pytest tox CherryPy gevent tornado
31
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
32
- name: Lint with flake8
33
0 commit comments