The objective of this issue is to configure the CI/CD pipeline to run tests on PDF generation with PyLaTeX. The ideal solution would involve adding steps to ci.yml so that the TeX Live environment is correctly configured for the unit tests.
Context
I’ve created unit tests to verify PDF generation with PyLaTeX. These tests work locally but fail on the CI/CD runner due to missing TeX Live dependencies. I have tried several approaches to install TeX Live and the required packages in the CI/CD environment without success. That's why the current ci.yml ignores tests involving pylatex usage.
Objective
The objective of this issue is to configure the CI/CD pipeline to run tests on PDF generation with PyLaTeX. The ideal solution would involve adding steps to
ci.yml
so that the TeX Live environment is correctly configured for the unit tests.Context
I’ve created unit tests to verify PDF generation with PyLaTeX. These tests work locally but fail on the CI/CD runner due to missing TeX Live dependencies. I have tried several approaches to install TeX Live and the required packages in the CI/CD environment without success. That's why the current
ci.yml
ignores tests involving pylatex usage.Here are some methods I attempted:
Manually installing TeX Live and required packages. For example: