Skip to content

Commit 4d60d73

Browse files
committed
Add micromamba activation
Signed-off-by: Julien Jerphanion <[email protected]>
1 parent bad4ea8 commit 4d60d73

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ concurrency:
1919
group: ${{ github.workflow }}-${{ github.ref }}
2020
cancel-in-progress: true
2121

22+
defaults:
23+
run:
24+
# micromamba activation
25+
shell: bash -l -eo pipefail {0}
26+
2227
jobs:
2328
coverage:
2429
name: Code Coverage

0 commit comments

Comments
 (0)