File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,15 @@ jobs:
21
21
python-version : [ '3.9', '3.10', '3.11' ]
22
22
steps :
23
23
- uses : actions/checkout@v3
24
- - uses : mamba-org/provision-with- micromamba@main
24
+ - uses : mamba-org/setup- micromamba@v1
25
25
with :
26
26
environment-file : environment.yml
27
27
channels : conda-forge
28
+ cache-environment : true
29
+ post-cleanup : ' all'
30
+ init-shell : >-
31
+ bash
32
+ powershell
28
33
extra-specs : python=${{ matrix.python-version }}
29
34
- name : Run tests
30
35
run : |
Original file line number Diff line number Diff line change @@ -31,11 +31,16 @@ jobs:
31
31
- name : Checkout
32
32
uses : actions/checkout@v3
33
33
34
- - uses : mamba-org/provision-with- micromamba@main
34
+ - uses : mamba-org/setup- micromamba@v1
35
35
with :
36
36
environment-file : environment.yml
37
37
channels : conda-forge
38
- extra-specs : python=3.10
38
+ cache-environment : true
39
+ post-cleanup : ' all'
40
+ init-shell : >-
41
+ bash
42
+ powershell
43
+ extra-specs : python=3.11
39
44
40
45
- name : Install documentation dependencies
41
46
run : |
You can’t perform that action at this time.
0 commit comments