-
Notifications
You must be signed in to change notification settings - Fork 3
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
read logo from svg file #22
base: master
Are you sure you want to change the base?
Conversation
…m file rather than module constant
Awesome, thanks for this contribution. Let me know if you need advice on fixing the errors in CI, or I will wait to review until after the tests pass! |
By the way, see the section on issue/PR references here (need to scroll down a few paragraphs to References). You can indicate that a PR will close another issue by using the keyword "close", "fix", etc. So |
Thanks for the hint, I will do that next time! |
Thanks for the offer, I will have a look at it myself after work. I just did not have time for it yet. |
Okay, I might need help on that one. As I understand it, "pip install .[test]", "pip install -e .[dev]", "pip install ." fail. But I cannot locally recreate these errors. Any ideas? |
Okay @A-Ortner, digging into it I am able to reproduce locally.
|
@A-Ortner any luck debugging? |
Can I manually start the CI tests? EDIT: never mind, it just took a little longer to get started |
It failed again. So, no luck. |
It failed again. So, no luck. |
@A-Ortner are you able to reproduce the issue from running |
No, I cannot. I only pushed the changes when I did not get any errors locally anymore, but seemingly there were some factors I did not take into account. Could it be due to the fact that I use Windows? |
Hey Micah, do you have any more ideas by chance? |
#13 added logo.svg and imported it so ballet logo svg is now read from file rather than module constant