From 9df0643cb1a0f637b5601019b597c12c63b16dff Mon Sep 17 00:00:00 2001 From: haasad Date: Sat, 21 Jan 2023 10:59:12 +0100 Subject: [PATCH] Show details of conda environment --- .github/workflows/tests.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6ab1882..79bf039 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -29,6 +29,11 @@ jobs: activate-environment: test environment-file: environment.yml auto-activate-base: false + - name: Conda env info + shell: bash -l {0} + run: | + conda list + conda env export - name: Lint with flake8 shell: bash -l {0} run: |