【发布时间】:2019-05-20 06:59:01
【问题描述】:
我正在 Azure Pipelines (https://github.com/scikit-image/scikit-image/blob/azure-pipelines/azure-pipelines.yml) 中为 Python 包开发 CI。在某些时候,我需要跳出源代码目录,让pytest 发现这个包的安装,并运行相应的测试。
我面临的问题与cd、cd C:等命令似乎没有任何影响有关,因此当前工作目录保持不变(在这种特定情况下,D:\a\1\s )。
有没有办法克服上述限制?
【问题讨论】:
标签: azure azure-devops azure-pipelines