From b4ce5a2455d71161484912524ce57ab941e17bad Mon Sep 17 00:00:00 2001 From: Diego Ferigo Date: Wed, 21 Jul 2021 17:38:44 +0200 Subject: [PATCH] Inspect conda environment before compiling the project --- .github/workflows/conda.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 69da7f4c0..0c322df8f 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -90,6 +90,9 @@ jobs: -DSCENARIO_USE_IGNITION:BOOL=ON \ -DCMAKE_INSTALL_PREFIX=${CONDA_PREFIX} + - name: Mamba list + run: mamba list + - name: Configure [windows] if: contains(matrix.os, 'windows') run: |