Skip to content

Commit 84e3970

Browse files
committed
init shell
1 parent 1b593a4 commit 84e3970

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Create micromamba environment
27-
uses: mamba-org/setup-micromamba@main
27+
uses: mamba-org/setup-micromamba@v2
2828
with:
2929
environment-file: dev-environment.yml
3030
cache-environment: true
31+
init-shell: >-
32+
bash
3133
3234
- name: Debug
3335
run: |

0 commit comments

Comments
 (0)