Skip to content

Commit 3d632d1

Browse files
author
Roman
committed
improve install_templates logic
1 parent 90433a0 commit 3d632d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e_tests/utils/e2e_test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def clone_or_update_templates(specific_commit=None):
7777

7878

7979
def install_templates(install_dir):
80-
subprocess.check_call([sys.executable, "-m", "pip", "install", "."])
80+
subprocess.check_call([sys.executable, "-m", "pip", "install", "-e", "."])
8181

8282

8383
def uninstall_templates(install_dir):

0 commit comments

Comments
 (0)