Skip to content

Commit

Permalink
Merge pull request #803 from jmchilton/improve_tests
Browse files Browse the repository at this point in the history
Skip yarn building Galaxy install too.
  • Loading branch information
jmchilton committed Mar 17, 2018
2 parents 891c7cc + b12d79e commit 35a30a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion planemo/galaxy/config.py
Expand Up @@ -380,7 +380,9 @@ def config_join(*args):
return os.path.join(config_directory, *args)

latest_galaxy = False
install_env = {}
install_env = {
'GALAXY_SKIP_CLIENT_BUILD': '1',
}
if install_galaxy:
_build_eggs_cache(ctx, install_env, kwds)
_install_galaxy(ctx, config_directory, install_env, kwds)
Expand Down

0 comments on commit 35a30a4

Please sign in to comment.