-
Notifications
You must be signed in to change notification settings - Fork 0
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
running the workflow on a local cluster #1
Comments
Hi Manuel Sorry for the trouble! Looks like our public-facing package for that Krews version (0.12.0) is not available anymore after JCenter shut down, and unfortunately the GitHub packages version requires a GitHub token to pull. We'll work on getting the package available somewhere where credentials aren't required. In the meantime you may have success with the following workaround: (1) clone https://github.com/weng-lab/krews I'll push an update when we have the latest Krews version somewhere public. |
Hi team, I've been trying the workaround you suggested, however it does not work either. It fails while running
I tried to clean Gradle's cache running Thanks, |
The other thing you can try for the moment is to generate a token to pull from GitHub packages: (1) create a classic token here with the "read:packages" permission: https://github.com/settings/tokens |
The proposed solution worked, the build completed without any failure! |
Hi team,
I've been trying to build the workflow on a local cluster, but the build failed returning the following message:
By looking at the code it looks like it is asking for a username and a token to access some virtual environment.
I'm wondering if there is any way the workflow could be run locally
Thanks for your help,
Manuel
The text was updated successfully, but these errors were encountered: