You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: