Skip to content

Commit aeeec78

Browse files
committed
add instruction for github workflow
1 parent 0d09bce commit aeeec78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
python -m pip install --upgrade pip
2626
pip install flake8 pytest
2727
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
28+
- name: Install package
29+
run: |
30+
pip install -e .
2831
- name: Lint with flake8
2932
run: |
3033
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)