The tests are run by GitHub Actions. TheMakefilein the repository root has targets for running the testing container locally usingdocker. For example,make test_py38runs the tests usingpy38branch fromkinnala/scikit-fem-docker-action. The releases are tested inkinnala/scikit-fem-release-tests. ...
GITHUB_WORKSPACE=/scikit-fem docker run -e GITHUB_WORKSPACE -v ${PWD}:"/scikit-fem" skfem:py39 build_py39: docker build -t skfem:py39 https://github.com/kinnala/scikit-fem-docker-action.git#py39 run_py39: docker run -it -v ${PWD}:"/scikit-fem" --entrypoint /bin/bash skfem...
安装Scikit-Image及所有依赖第三方包和常见问题的解决。 1、点击[命令行窗口] 2、按<Enter>键 3、点击[命令行窗口] 4、按<Enter>键 5、点击[命令行窗口] 6、按<Enter>键 7、点击[命令行窗口] 8、按<Enter>键
The tests are run by GitHub Actions. The Makefile in the repository root has targets for running the testing container locally using docker. For example, make test_py38 runs the tests using py38 branch from kinnala/scikit-fem-docker-action. The releases are tested in kinnala/scikit-fem-...