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.
2 parents 84422fd + 1a95c28 commit 85b3ac7Copy full SHA for 85b3ac7
scripts/dynamic_validation.py
@@ -62,7 +62,7 @@ def main(
62
summary = test_summary_from_exception("call 'test_resource'", e)
63
64
else:
65
- env_path = dist / "static_validation_artifact" / resource_id / version_id / f"conda_env_{weight_format}.yaml"
+ env_path = root / resource_id / version_id / f"conda_env_{weight_format}.yaml"
66
if env_path.exists():
67
error = "Failed to install conda environment:\n" + env_path.read_text()
68
0 commit comments