Skip to content

Commit 817f5dd

Browse files
committed
install stat_log_db in python-package.yml for tests
1 parent 4304de5 commit 817f5dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
flake8 . --count --select=E9,F63,F7,F82 --ignore=E261 --show-source --statistics
3636
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3737
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]
3841
- name: Test with pytest
3942
run: |
4043
pytest

0 commit comments

Comments
 (0)