Skip to content

Commit

Permalink
Don't run through dependency resolution setup in ci_setup command
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed May 3, 2024
1 parent cbd4d9b commit 72d9e06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions planemo/commands/cmd_ci_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ def cli(ctx, **kwds):
Useful for populating a CI cache.
"""
kwds["galaxy_skip_client_build"] = True
kwds["no_dependency_resolution"] = True
with serve_daemon(ctx, **kwds):
return

0 comments on commit 72d9e06

Please sign in to comment.