Skip to content

Commit

Permalink
Fix missing shell in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
naegelejd committed Nov 22, 2023
1 parent 2b87898 commit 7ad47a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/configure-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ runs:
id: cache

- name: Update Environment
shell: bash
run: mamba env update -n yardl -f ci-environment.yml
if: steps.cache.outputs.cache-hit != 'true'

Expand Down

0 comments on commit 7ad47a7

Please sign in to comment.