QuantEcon / project.lecture-mojo

Some Real World Examples using Mojo (Modular)
https://quantecon.github.io/project.lecture-mojo/
3 stars 2 forks source link

CI: Mojo and Pygments Issue #10

Closed kp992 closed 10 months ago

kp992 commented 10 months ago

@mmcky mojo is now visible in the PATH. The test file runs fine. We need to fix the jb build warnings now.

mmcky commented 10 months ago

Thanks @kp992 just saw this.

We ended up at the same solution :-)

mmcky commented 10 months ago

Would you mind looking into the jupyter-book warnings?

If you find a solution -- please feel free to merge to main

kp992 commented 10 months ago

@mmcky The errors come from Pygments. It's because Pygments lacks mojo Lexer. See the available list of lexers: https://pygments.org/docs/lexers/. Also, there's one open issue related to this: https://github.com/pygments/pygments/issues/2515.

mmcky commented 10 months ago

thanks @kp992 I think we can build with errors on this project.

mmcky commented 10 months ago

@kp992 if you are happy with this branch -- please go ahead and merge.Thanks.

kp992 commented 10 months ago

Thank you @mmcky. I opened up an issue to keep a track of it.