在执行完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.**
更新了SEIMS的GitHub Actions
dev
分支和提交合并至dev
分支的操作才可触发CI,因为我看免费账号CI是有时间限制的,目前单次大概20-30min需要大家做的
dev
分支合并至自己的开发分支dev
分支,待CI检查通过后,确认合并进devCI还存在的问题
在执行完
python pyseims_check.py
,开始执行python demo_preprocess.py -name youwuzhen
时,出现Matplotlib is building the font cache; this may take a moment.
且一直卡住,直到超过6小时后任务终止。目前还没找到解决方案。所以目前Windows的CI是不包含运行示例数据的。
@daggerage