We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4304de5 commit 1fce0adCopy full SHA for 1fce0ad
1 file changed
.github/workflows/python-package.yml
@@ -35,6 +35,9 @@ jobs:
35
flake8 . --count --select=E9,F63,F7,F82 --ignore=E261 --show-source --statistics
36
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
37
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
38
+ - name: Install stat-log-db package (dev)
39
+ run: |
40
+ python -m pip install -e ./stat_log_db[dev]
41
- name: Test with pytest
42
run: |
43
pytest
0 commit comments