TissueEngineeringLab / MyoFInDer

Python interface for automatic calculation of the fusion index in muscle cell cultures
https://tissueengineeringlab.github.io/MyoFInDer/
GNU General Public License v3.0
3 stars 1 forks source link

Add automated workflows #24

Closed WeisLeDocto closed 9 months ago

WeisLeDocto commented 9 months ago

In an effort to detect bugs as early as possible, this PR adds two workflows that will run on each pull request to the main branch, and every 1st day of the month. The first workflow checks if the GitHub pages documentation builds as expected. The second installs MyoFInDer on Linux, Windows, and macOS, with each of the supported Python versions, and checks if the module installs and imports correctly.

In the future, more workflows will be added to automatically build the Windows installer, check if it installs, and perform actual tests on MyoFInDer itself.