Skip to content

Commit 1a95c28

Browse files
committed
fix conda env path during env failure reporting
1 parent 65141fb commit 1a95c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dynamic_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def main(
6262
summary = test_summary_from_exception("call 'test_resource'", e)
6363

6464
else:
65-
env_path = dist / "static_validation_artifact" / resource_id / version_id / f"conda_env_{weight_format}.yaml"
65+
env_path = root / resource_id / version_id / f"conda_env_{weight_format}.yaml"
6666
if env_path.exists():
6767
error = "Failed to install conda environment:\n" + env_path.read_text()
6868
else:

0 commit comments

Comments
 (0)