Skip to content

Commit e3d3b38

Browse files
committed
fix github actions: install linter : flake8
1 parent cdcc52c commit e3d3b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cd server
2626
python -m venv bb2_venv
2727
. ./bb2_venv/bin/activate
28-
pip install pipenv
28+
pip install pipenv flake8
2929
pip install cms-bluebutton-sdk
3030
pipenv lock
3131
pipenv install --system --deploy --ignore-pipfile

0 commit comments

Comments
 (0)