Skip to content

Commit d9f4868

Browse files
authored
Update python-package.yml
1 parent a0d6627 commit d9f4868

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade pip
3030
python -m pip install flake8 pytest
31+
python -m pip install -e .
3132
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3233
- name: Lint with flake8
3334
run: |

0 commit comments

Comments
 (0)