Dave Hirschfeld
Dave Hirschfeld
That's good news - it passed the first step. Now we just need to fix the others...
I'm not entirely sure the repeated activation is necessary but I figure it's easiest to get something working then take out what isn't needed.
I think `conda init` *should* automatically activate the base env so they won't be necessary but if it turns out they are you can set a config to do it...
Also, to not have to set `shell: powershell` on every step you could set a default (IIUC): https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#defaultsrun
I had a play around in #7 but didn't get to the bottom of it :( Note that the `fail-fast: false` means that powershell will continue even if a call...
> It would also be very nice to be able to update the global packages installed with `pixi global install`, like `pipx upgrade` and `pipx upgrade-all`. I came here exactly...
Awesome! I've wanted something like this for quite a while. It would be very useful to be able to see which packages aren't the latest versions due to constraints in...
Awesome, thanks for sharing @gr2m!
If truncation of a path has to happen it's usually a much better idea to truncate the *start* of the pathname rather than the end - the end of the...
> I am also wondering how we can test that some files were _not_ added. It is common to have `tests/` top-level packages accidentally packaged, and we could have something...