Skip to content

Commit

Permalink
Ensure pre_experiment validation has access to plugin configuration
Browse files Browse the repository at this point in the history
This is a fixup of a regression in 1ae12f6

The bug slipped through as the feature is skipped unless the test is
run on-premise
  • Loading branch information
berland committed Jan 10, 2025
1 parent 7b2bedf commit 2a3f4f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ert/config/ert_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,7 @@ def _create_list_of_forward_model_steps_to_run(
forward_model_steps=[fm_step],
skip_pre_experiment_validation=True,
env_vars=env_vars,
env_pr_fm_step=cls.ENV_PR_FM_STEP,
)
fm_json_for_validation = dict(substituted_json["jobList"][0])
fm_json_for_validation["environment"] = {
Expand Down

0 comments on commit 2a3f4f0

Please sign in to comment.