python-setup: Fix path for tests
This commit is contained in:
parent
259993b92a
commit
932b6a98b8
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ def get_details(path_to_python_exe: str) -> Tuple[str, str]:
|
||||||
import_path = subprocess.check_output(
|
import_path = subprocess.check_output(
|
||||||
[
|
[
|
||||||
path_to_python_exe,
|
path_to_python_exe,
|
||||||
os.path.join(os.path.dirname(__file__), "find_site_packages.py")
|
os.path.join(os.path.dirname(__file__), "..", "find_site_packages.py")
|
||||||
],
|
],
|
||||||
stdin=subprocess.DEVNULL,
|
stdin=subprocess.DEVNULL,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue