-
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
Action failing due to missing pixi.lock
#106
Comments
@trallard v0.6.0 had a bug so please bump to v0.6.1. Depending on your Dependabot frequency you can either wait for it or use the version listed in the current README. upload-nightly-action/README.md Lines 11 to 18 in 920fb59
The projects using the uploader are not required to use pixi, we had a path resolver issue in the action not caught by local testing that was resolved with v0.6.1 thanks to @MridulS. (Apologies for typos. I'm responding on phone.) |
I've gone through every project currently listed in #30 (comment) and verified that they either aren't using the action or were on the "right" side of the Dependabot schedule to get the Note to future self: Having projects use Depenabot to manage their GitHub Actions helps a lot in being able to quickly diagnose if people are affected by bugs in releases or not. 👍 |
…ydata#2003) Resolves scientific-python/upload-nightly-action#106 * scientific-python/upload-nightly-action v0.6.1 fixes a breaking bug in v0.6.0. - c.f. https://github.com/scientific-python/upload-nightly-action/releases/tag/0.6.1
Hey there, we recently bumped the
upload-nightly-action
to v6 in PyData Sphinx theme, though since doing so, this keeps failing on CIwith the following error:
It seems this is now expecting the project to have a
Pixi.lock file
, I am assuming this is coming fromupload-nightly-action/action.yml
Line 32 in ccf29c8
But this is not documented in the README, so I am not entirely sure. We do not use pixi, so what would then be the alternative? Would it be possible to expose the
locked
option so that the user can set to false in such cases?The text was updated successfully, but these errors were encountered: