-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
Issues using self-hosted runners #25
Comments
It looks like your runner persists its state between runs. Ideally, you would redeploy the runner image after each run to not persist old state. For the case when this is not possible, - run: rm -rf $HOME/.pixi before the An alternative would be to use |
I like the Thank you so much for your quick response! We have nothing but the highest of respect for the pixi devs and what you're building. It's really great software and very much appreciated. |
Good idea, see #26! |
I'm having a bunch of issues running this action with a self-hosted runner. Everything worked well until I made a change today to update some versions in
pixi.toml
.My action basically looks like this:
When I updated the
pixi.toml
andpixi.lock
, I get errors:or
I've tried every combo of
post-cleanup:true
/post-cleanup:false
based on the docs, and tried with and withoutcache:true
.I'm not sure how to fix this. Any tips?
The text was updated successfully, but these errors were encountered: