rmsrosa / nbbinder

Due to naming collision with Binder https://mybinder.org, this packaged has been archived and is survived by the renamed version NBJoint, at https://github.com/rmsrosa/nbjoint
Other
2 stars 0 forks source link

Not able to install xelatex for testing in github actions #5

Closed rmsrosa closed 4 years ago

rmsrosa commented 4 years ago

When testing the package, in github actions, with the option to export the package to either latex or pdf, which uses xelatex, I was not able to configure it to install xelatex. I have managed to install pandoc, which is also needed, but not xelatex.

rmsrosa commented 4 years ago

Try including 'sudo apt-get install texlive-xetex' to the installing dependencies step in the github action workflow.

rmsrosa commented 4 years ago

Try including 'sudo apt-get install texlive-xetex' to the installing dependencies step in the github action workflow.

That worked.