From 256ecfc80e01c64484ad553c70243938d63bb89a Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Fri, 14 Feb 2025 09:36:08 +0100 Subject: [PATCH] Update pipeline.yml --- .github/workflows/pipeline.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index dbdf519e..d6151605 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -137,7 +137,6 @@ jobs: run: | cp .ci_support/environment.yml environment.yml tail --lines=+4 .ci_support/environment-lammps.yml >> environment.yml - tail --lines=+4 .ci_support/environment-qe.yml >> environment.yml tail --lines=+4 .ci_support/environment-gpaw.yml >> environment.yml echo -e "channels:\n - conda-forge\n" > .condarc - name: Setup Mambaforge