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
All my projects, that use pixi has this problem. So, most probably the issue should be same for all others as well.
Issue description
Today I've updated pixi to 0.35.0 version and got this issue. Every time I run any task, pixi tries to install project dependencies again and only after that runs the task. After downgrading to previous version, 0.34.0 solved the issue.
Expected behavior
Do not re-install project dependencies if they are already installed and environment exists.
The text was updated successfully, but these errors were encountered:
Even after running this more than once, I get the following output, where pixi (re-)installs the "distribution":
...
INFO pixi::install_pypi: Re-install: []
INFO pixi::install_pypi: Remove: []
INFO pixi::install_pypi: Prepared 1 package in 3ms
INFO pixi::install_pypi: Installed 35 packages in 2.45s
The issue did not occur with the previous version of pixi < 0.35.0.
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
All my projects, that use pixi has this problem. So, most probably the issue should be same for all others as well.
Issue description
Today I've updated pixi to 0.35.0 version and got this issue. Every time I run any task, pixi tries to install project dependencies again and only after that runs the task. After downgrading to previous version, 0.34.0 solved the issue.
Expected behavior
Do not re-install project dependencies if they are already installed and environment exists.
The text was updated successfully, but these errors were encountered: