Skip to content

Commit

Permalink
Merge pull request #410 from ecmwf-ifs/naan-fix-ecwam-regr
Browse files Browse the repository at this point in the history
Prevent superfluous clone of loki in ecwam regression test
  • Loading branch information
reuterbal authored Oct 18, 2024
2 parents 56ab8d7 + 9c1206a commit 5b65e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loki/transformations/tests/test_ecwam.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def fixture_local_loki_bundle(here):
def fixture_bundle_create(here, local_loki_bundle):
"""Inject ourselves into the ECWAM bundle"""
env = os.environ.copy()
env['ECWAM_CONCEPT_BUNDLE_LOKI_DIR'] = local_loki_bundle
env['ECWAM_BUNDLE_LOKI_DIR'] = local_loki_bundle

# Run ecbundle to fetch dependencies
execute(
Expand Down

0 comments on commit 5b65e56

Please sign in to comment.