From 2e49635a82c50191000fd942205843263d9d82fb Mon Sep 17 00:00:00 2001 From: Tom Vander Aa Date: Mon, 17 Jun 2024 14:13:53 +0200 Subject: [PATCH] conda: run conda info --- .github/workflows/conda.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 800d7108..e2785a27 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -18,6 +18,9 @@ jobs: channels: conda-forge,spyder-ide activate-environment: devtools environment-file: conda-recipes/devtools.yml + - run: conda info + - run: conda list + - run: conda config --show - name: Conda Info run: | conda info