Skip to content

Commit 7eff569

Browse files
committed
install package as editable
Signed-off-by: Nabarun Pal <[email protected]>
1 parent d6a0035 commit 7eff569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
python -m pip install -r requirements.txt
2828
python -m pip install -r test-requirements.txt
2929
- name: Install package
30-
run: python -m pip install .
30+
run: python -m pip install -e .
3131
- name: Run End to End tests
3232
run: pytest -vvv -s

0 commit comments

Comments
 (0)