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 20193de commit e81b4e2Copy full SHA for e81b4e2
.github/workflows/ci.yml
@@ -25,7 +25,8 @@ jobs:
25
run: |
26
python -m pip install --upgrade pip
27
python -m pip install flake8 pytest
28
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
+ # if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
29
+ pip install .
30
- name: Lint with flake8
31
32
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=120 --statistics
0 commit comments