We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e6749b commit 70a6fb5Copy full SHA for 70a6fb5
sconstruct
@@ -82,10 +82,6 @@ installDependencies = env.Command(
82
f"pip install --no-deps --no-compile -r $SOURCE -t $TARGET --platform {WHEEL_PLATFORM} --python-version {NVDA_PYTHON_VERSION}",
83
)
84
85
-# Set proper dependencies between actions
86
-env.Requires(installDependencies, PLUGIN_TARGET_DIR)
87
-
88
89
if env["dev"]:
90
from datetime import date
91
0 commit comments