-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pixi search
shows incorrect version of package
#2331
Comments
pixi search
shows incorrect version of package
I've run into a similar issue though I'm not exactly sure if it's the same or not.
Actual behavior: Note: both the pixi.toml and pixi.lock updated dependencies |
Found the issue. We call a @nichmor you changed the query in the |
I will take a look! |
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
Issue description
for pytsql, a too old version is shown: 1.1.0 instead of 1.2.3
i expect this is because 1.1.0 was
noarch
while 1.2.3 was built forosx-arm64
Expected behavior
1.2.3 should be shown
The text was updated successfully, but these errors were encountered: