Conversation
|
Hey @scott-huberty, looking at the current diff I noticed you're setting up Found when switching to mne-python/.github/workflows/tests.yml Lines 157 to 165 in 8dd298f Wondered if a similar thing could work for |
Hey @tsbinns no worries, and that sounds exactly like what I want to do with Since my strategy here is to create the I agree that ideally we should only have to run |
Ah okay, so it's stricter than the
Got it. But in the end, would we not want a |
Yeah if we think that a pixi.toml/pixi table would be helpful for users and other CI's we certainly can do that. In that case, I guess we would need to decide on whether to initialize the pixi toml/table from our |
I'm exploring the feasibility of using Pixi to resolve the virtual environment and run tests specifically for the MacOS Intel CI, which currently uses Mamba to create the virtual environment.
My initial strategy was to just to do
pixi init --import environment.yml, so that we can leverage our already defined YAML config file to pull in all the necessary dependencies, as well as configuringprefix-dev/setup-pixito automatically activate our virtual environment, so that we can run commands likepytestetc without having to prependpixi runeverywhere for the pixi CI...Unfortunately the only way I could get this to work was to disable use of a login shell.. Which of course makes all the condo-like CI's fail!!