We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd0d18e commit 964c7fbCopy full SHA for 964c7fb
.github/workflows/test.yml
@@ -21,7 +21,9 @@ jobs:
21
- name: Install
22
run: |
23
python -m pip install --upgrade pip
24
- pip install .
+ python -m pip install -r requirements.txt
25
+ python -m pip install -r requirements-dev.txt
26
+ python -m pip install .
27
- name: Lint
28
29
flake8 --ignore N802,N806,W503 --select W504 `find . -name \*.py | grep -v setup.py | grep -v version.py | grep -v __init__.py | grep -v /docs/`
0 commit comments