We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
install_templates
1 parent 90433a0 commit 3d632d1Copy full SHA for 3d632d1
tests/e2e_tests/utils/e2e_test_utils.py
@@ -77,7 +77,7 @@ def clone_or_update_templates(specific_commit=None):
77
78
79
def install_templates(install_dir):
80
- subprocess.check_call([sys.executable, "-m", "pip", "install", "."])
+ subprocess.check_call([sys.executable, "-m", "pip", "install", "-e", "."])
81
82
83
def uninstall_templates(install_dir):
0 commit comments