来自 environment.yml 的 Conda 环境 - 来自 git 的私有包?

Conda environment from environment.yml - private package from git?

我使用 conda environment.yml 进行 CircleCI 持续集成。一切正常,但现在我需要添加一个私有包。

我通过 pip 从 git 安装它,但它无法访问页面:

Could not install requirement SE from https://github.com/organisation/research.git#egg=SE because of error 404 Client Error: Not Found for url: https://github.com/organisation/research Could not install requirement SE from https://github.com/organisation/research.git#egg=SE because of HTTP error 404 Client Error: Not Found for url: https://github.com/organisation/research for URL http://github.com/organisation/research.git#egg=SE

所以我想知道,如何传递/设置 github 凭据 to/in conda 环境?

需要说明的是,这个包依赖本身已经在 CircleCI 上愉快地测试过了...

实际上,CircleCi 提供在项目设置中添加您的 SSH 密钥。