From 00fb5c66d7a9e67faac2f866e4c4d475605f195d Mon Sep 17 00:00:00 2001 From: Daniela Rabe Date: Tue, 5 Nov 2024 14:43:21 +0100 Subject: [PATCH] add more infos to check status --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ca41fa..5395450 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -190,8 +190,10 @@ jobs: - name: Install dependencies if: env.SKIP_INSTALL == 'false' run: | + mamba info source $HOME/miniconda/bin/activate - mamba install -n base conda=23.9 mamba=1.5.9 + mamba info + mamba install -n base conda=23.9 mamba=2.0.2 mamba info mamba env remove --name sarvey_testinstall --yes || echo "Environment sarvey_testinstall does not exist" pip install conda-merge