Forcing users to install git on every single invocation of CI is unnecessarily slow.
I think any image intended to be used in CI should have a git installation available by default. In this case I'd probably install it via pixi global so that in CI you can pixi global update git to get the latest and greatest if you want/need.
Forcing users to install
giton every single invocation of CI is unnecessarily slow.I think any image intended to be used in CI should have a
gitinstallation available by default. In this case I'd probably install it viapixi globalso that in CI you canpixi global update gitto get the latest and greatest if you want/need.