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