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