Skip to content

Commit be8bdbc

Browse files
committed
Update python-package.yml
1 parent d25d69b commit be8bdbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
python -m pip install flake8 pytest
30+
python -m pip install -e .
3031
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3132
- name: Lint with flake8
3233
run: |

0 commit comments

Comments
 (0)