Skip to content

Commit

Permalink
Merge pull request galaxyproject#19545 from kysrpex/test_mulled_build…
Browse files Browse the repository at this point in the history
…_files_cli

Fix `test_mulled_build.py::test_mulled_build_files_cli` with `use_mamba=True`
  • Loading branch information
nsoranzo authored Feb 15, 2025
2 parents cf1c824 + 7c1b644 commit 994b427
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/galaxy/tool_util/deps/mulled/invfile.lua
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,14 @@ inv.task('build')
.using(conda_image)
.withHostConfig({binds = bind_args})
.run('/bin/sh', '-c', preinstall
.. conda_bin .. ' create --quiet --yes -p /usr/local/env --copy && '
.. conda_bin .. ' install '
.. channel_args .. ' '
.. target_args
.. ' --strict-channel-priority -p /usr/local --copy --yes '
.. ' --strict-channel-priority -p /usr/local/env --copy --yes '
.. verbose
.. postinstall)
.wrap('build/dist')
.wrap('build/dist/env')
.at('/usr/local')
.inImage(destination_base_image)
.as(repo)
Expand Down

0 comments on commit 994b427

Please sign in to comment.