File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v3
15
- - uses : mamba-org/provision-with -micromamba@main
15
+ - uses : mamba-org/setup -micromamba@main
16
16
with :
17
17
environment-file : .github/snakePipesEnvCI.yml
18
18
cache-downloads : true
28
28
runs-on : ubuntu-latest
29
29
steps :
30
30
- uses : actions/checkout@v3
31
- - uses : mamba-org/provision-with -micromamba@main
31
+ - uses : mamba-org/setup -micromamba@main
32
32
with :
33
33
environment-file : .github/snakePipesEnvCI.yml
34
34
cache-downloads : true
43
43
runs-on : ubuntu-latest
44
44
steps :
45
45
- uses : actions/checkout@v3
46
- - uses : mamba-org/provision-with -micromamba@main
46
+ - uses : mamba-org/setup -micromamba@main
47
47
with :
48
48
environment-file : .github/snakePipesEnvCI.yml
49
49
cache-downloads : true
85
85
runs-on : ubuntu-latest
86
86
steps :
87
87
- uses : actions/checkout@v3
88
- - uses : mamba-org/provision-with -micromamba@main
88
+ - uses : mamba-org/setup -micromamba@main
89
89
with :
90
90
environment-file : .github/snakePipesEnvCI.yml
91
91
cache-downloads : true
Original file line number Diff line number Diff line change 36
36
runs-on : macos-latest
37
37
steps :
38
38
- uses : actions/checkout@v3
39
- - uses : mamba-org/provision-with -micromamba@main
39
+ - uses : mamba-org/setup -micromamba@main
40
40
with :
41
41
environment-file : .github/snakePipesEnvCI.yml
42
42
cache-downloads : true
You can’t perform that action at this time.
0 commit comments