From 25027ba3d8241735588c418958f8017e34f2ca82 Mon Sep 17 00:00:00 2001 From: Giovanni Bussi Date: Wed, 7 Feb 2024 14:31:39 +0100 Subject: [PATCH] Enforce conda-build version conda-build 24.1 has some problem. Specifically, even though the build is successfull, the conda build command returns an error. I think we have to find out which is the origin for the error. Meanwhile we can build using version 3.28 (enforced with <4) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f688c2c657..cac367c8ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -288,6 +288,7 @@ jobs: curl -LO https://raw.githubusercontent.com/GiovanniBussi/conda-ci/master/conda-ci source ./conda-ci install source ./conda-ci install-conda-build + conda install "conda-build<4" - name: Build PLUMED run: | source activate base