Replies: 1 comment 5 replies
-
My real project is a bit different:
I indeed do not WANT to support osx for this feature. How can I disable osx support for good for that feature? Why is the platforms directive limiting to linux (see below) not working as expected? This is why
are set.
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I run platform-specific tasks?
However, a
pixi install -e research-cpu
will install fine. This works in this particular case, but fails in the generic task runner case due to not being able to execute the dependencies outside of the pixi enabled shell.When looking at https://github.com/prefix-dev/pixi/blob/main/examples/multi-machine/pixi.toml and modifying it slightly and choosing separate solve groups - it works
But if I want to ensure that (except for the cuda stuff) the same dependencies are used is there any chance I can get this to work in the same groups?
Beta Was this translation helpful? Give feedback.
All reactions