File tree 1 file changed +9
-13
lines changed
1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -15,23 +15,19 @@ jobs:
15
15
run : |
16
16
echo "Status: *release* $GITHUB_REF_NAME" > release.md
17
17
18
- - name : Setup Mambaforge
19
- uses : conda-incubator /setup-miniconda @v2
18
+ - name : setup-micromamba
19
+ - uses : mamba-org /setup-micromamba @v2
20
20
with :
21
- miniforge-variant : Mambaforge
22
- miniforge-version : latest
23
- activate-environment : bdns
24
- use-mamba : true
25
-
26
- - name : Create environment
27
- run : mamba env update -n bdns -f environment.yml
28
-
21
+ environment-file : environment.yml
22
+ init-shell : >-
23
+ bash
24
+ cache-environment : true
25
+ post-cleanup : ' all'
29
26
- name : Install tinytex
30
- shell : bash -l {0}
27
+ shell : micromamba-shell {0}
31
28
run : quarto install tinytex
32
-
33
29
- name : Build docs
34
- shell : bash -l {0}
30
+ shell : micromamba-shell {0}
35
31
run : quarto render .
36
32
37
33
- name : Push docs to gh-pages
You can’t perform that action at this time.
0 commit comments