Replies: 1 comment
-
NOTE: I managed to roundabout finagle this by utilizing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a multi-language monorepo setup so a bunch of tools are all present in the repo root
mise.toml
. Running any task withmise run ...
will install all of those tools.While this is great for local use, however we'd like to use
mise run ...
also in CI where it's a bit suboptimal - we'd like to explicitly control what tools get installed in CI while still usingmise run
for re-use between local development and CI scripts.I checked and there's no
--skip-install
or similar inmise run --help
- perhaps it would be advantageous to add one?Beta Was this translation helpful? Give feedback.
All reactions