fix: Force Unix style path for image URI fix#641
Conversation
|
✅ DCO Check Passed Thanks @clach04, all your commits are properly signed off. 🎉 |
Merge Protections🟢 Merge protection satisfied — ready to merge. Show 1 satisfied protection🟢 Enforce conventional commitMake sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
|
Ensure image URI uses Unix style path for compatibility. Signed-off-by: clach04 <clach04@gmail.com>
|
@clach04 Thanks for this contribution. Can you please ensure the CI tests pass, by running |
Thank you @cau-git for this hint 🙏 Good news / bad news. This helped id formatting issue, which is resolved :-) bad news: Out of box, the headrev MyPytests failed (related to missing huggingface_hub module). I'm not likely to have time to dig into this but it looks like some dependency rules are quite 100% with the toml/prek config. But it worked well enough to catch the formatting issue :-) Is it possible to have the mergebot make the recommendation you did (by hand) for future PR reviews? It's super useful for people like myself who are super new and do not know all the project best practices. |
I, clach04 <clach04@gmail.com>, hereby add my Signed-off-by to this commit: d7df702 Signed-off-by: clach04 <clach04@gmail.com>
Ensure image URI uses Unix style path for compatibility.