We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.toml
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.
pixi --version
pixi add flask pixi add Flask pixi install
The before mentioned example results in an error on the install because we don't allow duplicates. But add allows you to add duplicates
install
add
Don't allow duplicates. Error on the add if the normalized version already exists in toml
The text was updated successfully, but these errors were encountered:
Hey! I'm working on this.
Sorry, something went wrong.
orhun
Successfully merging a pull request may close this issue.
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
The before mentioned example results in an error on the
install
because we don't allow duplicates.But
add
allows you to add duplicatesExpected behavior
Don't allow duplicates. Error on the add if the normalized version already exists in toml
The text was updated successfully, but these errors were encountered: