Skip to content

Commit

Permalink
Break dependency between clone and configure
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairsellar committed Oct 25, 2023
1 parent d150210 commit 3329a4e
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@
initial cycle point = 1
final cycle point = 10
[[graph]]
R1 = """install_env_file => clone_latest_esmval => configure
R1 = """install_env_file => configure
install_env_file => clone_latest_esmval
configure => process<fast> => compare<fast>
configure => process<medium> => compare<medium>"""
configure => process<medium> => compare<medium>
clone_latest_esmval => process<fast>
clone_latest_esmval => process<medium>"""

[runtime]
[[root]]
Expand Down

0 comments on commit 3329a4e

Please sign in to comment.