Possible to do “conda build” from github branch?

旧时模样 提交于 2019-12-03 09:49:31
asmeurer

Just put the branch name in the git_tag section. All it does is git checkout that "tag", so it doesn't have to be an actual git tag. It can be anything that git can checkout.

For example, if you want to conda build from branch udunits_xml_path, use:

source:
  git_url: https://github.com/esc24/iris.git
  git_tag: udunits_xml_path
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!