Replies: 1 comment 1 reply
-
That is indeed a problem that was introduced by merging a fix in the installation script. We're not installing in The best tip to use pixi in CI is using the https://github.com/prefix-dev/setup-pixi action as this will all be maintained and fixes like this will be fixed first in that action. |
Beta Was this translation helpful? Give feedback.
1 reply
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 having an issue that I think started after the pixi 0.7.0 release. For VegaFusion, I have GitHub actions that installs pixi on windows with
iwr -useb https://pixi.sh/install.ps1 | iex
in one step and then use it withpixi run ...
in subsequent steps. This has worked since we first started using pixi, but now I'm getting an error:(See https://github.com/hex-inc/vegafusion/actions/runs/6877165393/job/18704260177?pr=419)
The installation in the previous step appears to be succeeding:
I won't have time to dig into the issue for a few days, but wanted to ask if something changed that might explain this.
Also, what's the best way to pin the version of pixi for use in a CI context?
Beta Was this translation helpful? Give feedback.
All reactions