Skip to content

Commit 2d04d2d

Browse files
authored
Update python-app.yml
1 parent ed36119 commit 2d04d2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python -m pip install flake8 pytest
2929
- name: Build package
3030
run: |
31-
python -m pip install . -v
31+
python -m pip install -e . -v
3232
- name: Test with pytest
3333
run: |
3434
pytest

0 commit comments

Comments
 (0)