lreis2415 / SEIMS

Spatially Explicit Integrated Modeling System --- open-source, cross-platform, and high performance computation
https://lreis2415.github.io/SEIMS/
GNU General Public License v3.0
50 stars 34 forks source link

feat(improve ci): Add running SEIMS on demo data in Actions #70

Closed crazyzlj closed 1 year ago

crazyzlj commented 1 year ago

更新了SEIMS的GitHub Actions

需要大家做的

CI还存在的问题

在执行完python pyseims_check.py,开始执行python demo_preprocess.py -name youwuzhen时,出现Matplotlib is building the font cache; this may take a moment.且一直卡住,直到超过6小时后任务终止。目前还没找到解决方案。

所以目前Windows的CI是不包含运行示例数据的。

PyGeoC-0.3.3 has been installed!
GDAL-3.6.0 has been installed!
NumPy-1.23.4 has been installed!
pymongo-4.3.2 has been installed!
networkx-2.8.8 has been installed!
shapely-1.8.5.post1 has been installed!
matplotlib-3.6.2 has been installed!
deap-1.3 has been installed!
scoop-0.7.2.0 has been installed!
**Matplotlib is building the font cache; this may take a moment.
Error: The operation was canceled.**

@daggerage