gokhanercan / gen-atomic

An LLM-based code generation framework aims to support a wide range of atomic language units, from compiled code to semi-structured markups.
5 stars 0 forks source link

Fix failing Paths tests and pipeline #12

Closed gokhanercan closed 4 months ago

gokhanercan commented 4 months ago

Probably it is failing on Mac and Linux. We are supposed to implement it to be OS agnostic. @osman-serhat-yilmaz This will probably fix the pipeline error. See the part with: =============== 3 failed, 7 passed, 1 warning, 1 error in 5.74s ================

osman-serhat-yilmaz commented 4 months ago

Paths.py updated, now it is OS agnostic. GitHub Actions pytest operation doesn't give errors for paths anymore.

gokhanercan commented 4 months ago

I will fix the pipeline errors