Replies: 2 comments 1 reply
|
Hi, with the latest version it should always see the sizes, is there a difference in the |
1 reply
|
It turns out there a differences in mounted filesystems, and that seems to be causing the issue here. At any rate, on deeper inspection of the docs, my colleague spotted that the list command allows customizing the returned fields, and since the size isn't really important for what we're doing, we'll filter that out. Thanks! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm making use of
pixi list -e envnameoutput to help trigger CI builds for modified environments (#1898 (comment)). We're seeing that one particular user is getting different output from the others -- specifically, the pixi list output is including pypi package sizes for him and not for others. What can cause that output difference? I haven't been able to find this specifically described, and don't see any obvious environment differences.We're using 0.70.2.
Thanks!
All reactions