You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Since this involves updating a pixi.toml, I have an original.toml and an updated.toml The only difference is the commit hash.
On version pixi 0.27.1.
repo.sh This script is the operations to reproduce.
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
Since this involves updating a pixi.toml, I have an original.toml and an updated.toml The only difference is the commit hash.
On version pixi 0.27.1.
repo.sh This script is the operations to reproduce.
set -ex pixi clean cache --pypi pixi --version cp original.toml pixi.toml pixi install rm -f pixi.toml cp updated.toml pixi.toml pixi install
orignal.toml
updated.toml
Issue description
When changing the rev of a pypi git project, you get a git error of.
It looks like pixi thinks it's cached, but the commit is not actually cached.
Clearing the cache can work around this problem.
Expected behavior
I expect the environment to install.
The text was updated successfully, but these errors were encountered: