Skip to content

Commit 85b3ac7

Browse files
committed
Merge branch 'main' into auto-update-10.5281/zenodo.7261974
2 parents 84422fd + 1a95c28 commit 85b3ac7

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)