Replies: 1 comment 3 replies
-
There is nothing that comes to mind why that would not work. Could you see if it would be fixed by either deleting the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got a large monorepo using Pixi v0.5.0 in a dev container. Twice I've tried to upgrade to newer versions, and twice I've given up. I'm hoping to get some advice on how to do this cleanly.
I think the issue might be related to differences in the lock file (a guess) and cached volumes for
.pixi/
dirs in Docker. The problem I see is that pixi seems to only do a partial install, so later, running tests will suddenly trigger installations, some of which never complete.Because I have to do this in a dev container that's used by the entire team, I have to do this in a way that will work for everyone when they rebuild for the change on
main
.Any advice? I'd like to get on the latest version.
Beta Was this translation helpful? Give feedback.
All reactions