Skip to content

Commit a048d93

Browse files
committed
Install all environment files
Signed-off-by: Julien Jerphanion <[email protected]>
1 parent 4c09330 commit a048d93

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
environment-file: ./dev/environment-dev.yml
3838
environment-name: build_env
3939
cache-environment: true
40+
- name: Install dev-extra environment
41+
run: micromamba install -n build_env -y -f ./dev/environment-dev-extra.yml
42+
- name: Install micromamba-static environment
43+
run: micromamba install -n build_env -y -f ./dev/environment-micromamba-static.yml
4044
- uses: hendrikmuhs/ccache-action@main
4145
with:
4246
variant: sccache

0 commit comments

Comments
 (0)