flo-schu / pymob

Python model building platform
MIT License
0 stars 0 forks source link

Write github test for the minimal installation without extra dependencies. #52

Open flo-schu opened 3 months ago

flo-schu commented 3 months ago

When setting up pymob in a new environment, I noticed that the program could not be imported when optional dependencies were not installed. This was fixed in #29, but it is not tested and similar issues may arise again. Therefore a build environment should be created in a github action that only installs the minimal build and runs a suite of tests that see if the minimal pymob implementation (which should be able to setup and execute simulation) works.

This is relevant only after relase 0.4.0 has been launched