We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa09ba commit 5f06373Copy full SHA for 5f06373
1 file changed
script/create_venv.py
@@ -42,7 +42,7 @@ def post_setup(self, context: Any) -> None:
42
self.pip_install(context, "--upgrade", "pip")
43
print("Installing package and any extra requirements")
44
self.pip_install(
45
- context, "--use-pep517", "-e", f"{PROJECT_ROOT}{self.extra_requirements}"
+ context, "--use-pep517", "-e", f"{PROJECT_ROOT!s}{self.extra_requirements}"
46
)
47
48
@staticmethod
0 commit comments