Skip to content

Commit

Permalink
access-esm1p5: pass type to depends_on() (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshula authored Jul 5, 2024
1 parent 40a52d2 commit c217180
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/access-esm1p5/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ class AccessEsm1p5(BundlePackage):

version("latest")

depends_on("[email protected]")
depends_on("[email protected]")
depends_on("[email protected]", type="run")
depends_on("[email protected]", type="run")
# um7 is in a private repository
depends_on("[email protected]")
depends_on("[email protected]", type="run")

# There is no need for install() since there is no code.

0 comments on commit c217180

Please sign in to comment.