For automation, I hope to use Python to run the Sculpt application to auto-mesh an object file. Also, I would like to integrate this into CI/CD to have automated verification that the Sculpt workflow is up-and-running.
It may not be possible to integrate the Sculpt binaries with GitHub's CI/CD. So, as an alternative path forward to fully-automated verification, perhaps a manual (local) verification with pytest -v could be implemented.
For automation, I hope to use Python to run the Sculpt application to auto-mesh an object file. Also, I would like to integrate this into CI/CD to have automated verification that the Sculpt workflow is up-and-running.
It may not be possible to integrate the Sculpt binaries with GitHub's CI/CD. So, as an alternative path forward to fully-automated verification, perhaps a manual (local) verification with
pytest -v
could be implemented.