Closed kjappelbaum closed 2 years ago
git diff seems to need to be in a git repository if called without --no-index. This might have caused issues in the conda feedstock CI (https://github.com/conda-forge/zeopp-lsmo-feedstock/pull/6).
git diff
--no-index
This PR changes the check_changes function to compare the output files with a reference file. git diff is now called with --no-index and hence the files no longer need to be in a git repo.
check_changes
git
git diff
seems to need to be in a git repository if called without--no-index
. This might have caused issues in the conda feedstock CI (https://github.com/conda-forge/zeopp-lsmo-feedstock/pull/6).This PR changes the
check_changes
function to compare the output files with a reference file.git diff
is now called with--no-index
and hence the files no longer need to be in agit
repo.