lgabs / gpt-resolve

Can GPT solve Brazilian university entrance exams?
MIT License
17 stars 2 forks source link

Setup CI/CD to work correctly with pylatex and texlive configured #8

Open lgabs opened 2 weeks ago

lgabs commented 2 weeks ago

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: