- Notifications
You must be signed in to change notification settings - Fork714
Fixes #400 (Harness no longer works: Could not find requirements.txt for some tasks)#401
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
carlosejimenez commentedJun 2, 2025
Hi@yueqis ! Thank you for your contribution. I'm a bit concerned with merging this in this form at the moment. I think falling back to the In order to figure out the best solution, would you know which |
yueqis commentedJun 2, 2025
Hi@carlosejimenez! All failing tasks are fixed using this approach. I do understand that this might be an unstable approach, so maybe only change the requirements.txt github link for the failing tasks? I didn't evaluate all the tasks, but I encountered this error for matplotlib ones. |
… tasks"
Reference Issues/PRs
Fixes#400
Harness no longer works: Could not find requirements.txt for some tasks
What does this implement/fix? Explain your changes.
Automatically try to pull
requirements.txtfrom themaincommit when the specified commit to pull from does not exist.Any other comments?
🧡 Thanks for contributing!