We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5252cb9 commit 51631bdCopy full SHA for 51631bd
.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
+ python -m pip install flake8 pytest tox CherryPy gevemt tornado
31
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
32
- name: Lint with flake8
33
0 commit comments