Skip to content

Commit

Permalink
remove debugging step
Browse files Browse the repository at this point in the history
  • Loading branch information
emlys committed Dec 12, 2024
1 parent 78b3d15 commit 955efeb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/setup_env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 955efeb

Please sign in to comment.