From 955efeb01ced0c138407de51a771eb7476a7e34f Mon Sep 17 00:00:00 2001 From: Emily Soth Date: Thu, 12 Dec 2024 13:53:08 -0800 Subject: [PATCH] remove debugging step --- .github/actions/setup_env/action.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/actions/setup_env/action.yml b/.github/actions/setup_env/action.yml index 1c956c7b1..8b2b3a4b4 100644 --- a/.github/actions/setup_env/action.yml +++ b/.github/actions/setup_env/action.yml @@ -71,10 +71,6 @@ runs: cache-environment: true cache-environment-key: ${{ runner.os }}${{ runner.arch }}-${{ env.WEEK }}-${{ hashFiles('environment.yml') }} - - name: test - shell: bash - run: echo ${{ hashFiles('environment.yml') }} - - name: List conda environment shell: bash -l {0} run: micromamba list