From 5b475480a689ed079ee22a5eb57a464d13fac113 Mon Sep 17 00:00:00 2001 From: IAlibay Date: Sun, 28 Apr 2024 21:25:13 +0100 Subject: [PATCH] revert action change --- .github/actions/build-src/action.yaml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/actions/build-src/action.yaml b/.github/actions/build-src/action.yaml index f42b4c2372a..02ce0e32ac6 100644 --- a/.github/actions/build-src/action.yaml +++ b/.github/actions/build-src/action.yaml @@ -63,11 +63,8 @@ runs: which python which pip pip list - # optionally call micromamba things - if command -v micromamba; then - micromamba info - micromamba list - fi + micromamba info + micromamba list - name: build_mda_main shell: bash -l {0} @@ -91,10 +88,7 @@ runs: shell: bash -l {0} run: | pip list - # optionally list micromamba - if command -v micromamba; then - micromamba list - fi + micromamba list - name: build_docs if: ${{ inputs.build-docs == 'true' }}