From a769f3e70f0d3cc5a2d469f97b0395ecd3673e70 Mon Sep 17 00:00:00 2001 From: Lenz Fiedler Date: Thu, 28 Nov 2024 16:44:12 +0100 Subject: [PATCH] Added a line of documentation --- .github/workflows/cpu-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cpu-tests.yml b/.github/workflows/cpu-tests.yml index 286726fb..5795e182 100644 --- a/.github/workflows/cpu-tests.yml +++ b/.github/workflows/cpu-tests.yml @@ -177,6 +177,10 @@ jobs: # export Conda environment _with_ mala package installed in it (and extra dependencies) conda env export -n mala-cpu > env_after.yml + # This command is necessary because conda includes even editable + # packages in an export, at least in the versions we recently used. + # That of course leads to the diff failing, since MALA can never + # be there before it has been installed. sed -i '/materials-learning-algorithms/d' ./env_after.yml # if comparison fails, `install/mala_cpu_[base]_environment.yml` needs to be aligned with