• Y
    fix(py): set `cwd` when get commit sha in setup.py (#14299) · 03992630
    Yu Yang 提交于
    `cwd` was not set before when get commit SHA. The default `cwd` is the current build directory. However, the build directory might not be the subdirectory of source. The `git` command will fail when that happened.
    
    test=develop
    03992630
setup.py.in 7.4 KB