We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de01b6c + 9cb7b60 commit 7ebfc4dCopy full SHA for 7ebfc4d
1 file changed
tools/azure-sdk-tools/ci_tools/scenario/generation.py
@@ -67,7 +67,7 @@ def create_package_and_install(
67
if cache_dir:
68
commands_options.extend(["--cache-dir", cache_dir])
69
70
- target_package = ParsedSetup.from_path(setup_py_path)
+ target_package = ParsedSetup.from_path(target_setup)
71
72
discovered_packages = discover_packages(
73
target_setup, distribution_directory, target_setup, package_type, force_create
0 commit comments