Skip to content

Commit 6c953b0

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ jobs:
3434
- name: Create build environment
3535
uses: mamba-org/setup-micromamba@v2
3636
with:
37-
environment-file: ./dev/environment-dev.yml
37+
environment-file: |
38+
./dev/environment-dev.yml
39+
./dev/environment-dev-extra.yml
40+
./dev/environment-micromamba-static.yml
3841
environment-name: build_env
3942
cache-environment: true
4043
- uses: hendrikmuhs/ccache-action@main

0 commit comments

Comments
 (0)