We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c09330 commit a048d93Copy full SHA for a048d93
.github/workflows/coverage.yml
@@ -37,6 +37,10 @@ jobs:
37
environment-file: ./dev/environment-dev.yml
38
environment-name: build_env
39
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
44
- uses: hendrikmuhs/ccache-action@main
45
with:
46
variant: sccache
0 commit comments